pyBMNotify/config.py

18 lines
825 B
Python
Raw Normal View History

#!/usr/bin/env python
# adapt the following variables to your needs
talkgroups = [91, 262] # Talkgroups to monitor
callsigns = ["N0CALL", "N0C4LL"] # Callsigns to monitor
2020-12-08 10:27:16 +00:00
noisy_calls = ["L1DHAM"] # Noisy calls signs that will be ignored
min_duration = 2 # Min. duration of a QSO to qualify for a push notification
min_silence = 300 # Min. time in seconds after the last QSO before a new push notification will be send
2020-12-08 09:46:41 +00:00
verbose = True # Enable extra messages (console only)
# Pushover configuration
pushover_token = "" # Your Pushover API token
pushover_user = "" # Your Pushover user key
2020-12-08 12:11:09 +00:00
# Telegram configuration
telegram_api_id = "" # Your Telegram API ID
telegram_api_hash = "" # Your Telegram API Hash
telegram_username = "" # The username you registered with @BotFather
phone = "" # Your phone number, e.g. +491234567890