mirror of
https://codeberg.org/mclemens/pyBMNotify.git
synced 2024-11-13 02:00:00 -05:00
added content to README
This commit is contained in:
parent
16183700c0
commit
ba224ce518
21
README.md
21
README.md
@ -1 +1,20 @@
|
||||
# pyBMNotify
|
||||
# pyBMNotify
|
||||
|
||||
Monitors a defined set of Brandmeister talkgroups and callsigns for activity and sends push notifications via Pushover.
|
||||
|
||||
## Credits
|
||||
|
||||
Inspired by [https://github.com/klinquist/bmPushNotification]
|
||||
|
||||
## Requirements
|
||||
|
||||
* Python 3
|
||||
* socketIO-client (install with _sudo pip3 install socketIO-client_)
|
||||
|
||||
## Configuration
|
||||
|
||||
Configure _config.py_ to your needs. If you don't want push notifications, leave the corresponding variables empty.
|
||||
|
||||
## Execution
|
||||
|
||||
_# python3 pyBMNotify.py_
|
||||
|
Loading…
Reference in New Issue
Block a user