telegram bot to send msg to users
This commit is contained in:
13
syms.py
Normal file
13
syms.py
Normal file
@@ -0,0 +1,13 @@
|
||||
try:
|
||||
from local_settings import TOKEN
|
||||
except:
|
||||
print('alert_bot FATAL: add bot token here: local_settings.py')
|
||||
TOKEN= ''
|
||||
|
||||
try:
|
||||
from local_settings import USERS
|
||||
except:
|
||||
print('alert_bot FATAL: add bot users here: local_settings.py')
|
||||
USERS= []
|
||||
|
||||
TELEGRAM_API_URL = f'https://api.telegram.org/bot{TOKEN}/sendMessage'
|
||||
Reference in New Issue
Block a user