Skip to content
/ pyrpush Public

Push client Python library for Roboger event pager

License

Notifications You must be signed in to change notification settings

alttch/pyrpush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Push client Python library for Roboger event pager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages