mirror of
https://codeberg.org/mclemens/pyBMNotify.git
synced 2024-12-23 02:46:46 -05:00
Python script for monitoring the Brandmeister network and sending push notifications
config.py | ||
pyBMNotify.py | ||
README.md |
pyBMNotify
Monitors a defined set of Brandmeister talkgroups and callsigns for activity. It then sends push notifications via Pushover for any transmission in / of the monitored talk groups / call signs.
In order to prevent message flooding, the script only notifes you again after 300 (configurable) seconds of silence in a TG or from a monitored call sign.
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