swaghausen bot

This commit is contained in:
Marcel Dechert 2020-12-13 22:10:59 +01:00
parent e9e2913346
commit 1b48ff1e79
2 changed files with 5 additions and 1 deletions

View File

@ -33,3 +33,7 @@ pcm.mic {
## Telegram Bot
SwaghausenBot
token:1456847960:AAHF6ZVfPrPedN07-Z0FlbtFzuUgpQM3iO4
chat_id:291512617
https://api.telegram.org/bot1456847960:AAHF6ZVfPrPedN07-Z0FlbtFzuUgpQM3iO4/getUpdates

View File

@ -2,7 +2,7 @@ import telegram_notifier
import logging
# telegram bot ---
TELEGRAM_TOKEN_ID = '1150602533:AAGSmPC0nGDYwiLQkkIlDheMzwR4TGv--sU' # token-id
TELEGRAM_TOKEN_ID = '1456847960:AAHF6ZVfPrPedN07-Z0FlbtFzuUgpQM3iO4' # token-id
TELEGRAM_CHAT_ID = '291512617' # chat-id
# ----------------