Telegram bot

This commit is contained in:
Dima YaFlay
2021-11-03 00:52:37 +03:00
committed by GitHub
parent ff54a8c267
commit 1977814eb2
7 changed files with 105 additions and 0 deletions

6
telegram bot/config.py Normal file
View File

@@ -0,0 +1,6 @@
# group ids or account ids can be retrieved with @username_to_id_bot
'''
BOT_TOKEN='<bot_token>'
BOT_OWNER=<owner_id>
CHANNEL_ID=<channel_id>
'''