Push client for Roboger event pager
Project description
pyrpush
Push client Python library for Roboger event pager (https://www.roboger.com/, https://github.com/alttch/roboger)
License: Apache License 2.0
Usage example:
from pyrpush import Client as RPushClient
r = RPushClient()
r.sender = 'bot1'
r.location = 'lab'
r.push(msg='test message')
r.push(msg='test2', media_file='1.jpg', level='warning')
Constructor can accept ini_file=FILENAME param as the alternative config location.
(c) 2018-2019 Altertech Group, https://www.altertech.com/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrpush-0.1.5.tar.gz
(3.0 kB
view details)
File details
Details for the file pyrpush-0.1.5.tar.gz.
File metadata
- Download URL: pyrpush-0.1.5.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c530005e7b09204d7a9725487b8f03125e951426e8e2f51b9a153ee0d833421
|
|
| MD5 |
e5d749f878956e9977378ce91eed6abd
|
|
| BLAKE2b-256 |
d1b8ac53b1adf303ccba97d3cbda5eb048e6ee389e0b47139ff4dccdc0caff6e
|