From 1b48ff1e79c57a8dba8f40b4aa5708263e7b542b Mon Sep 17 00:00:00 2001 From: Marcel Dechert Date: Sun, 13 Dec 2020 22:10:59 +0100 Subject: [PATCH] swaghausen bot --- raspberry.md | 4 ++++ src/telegram_bot/telegram_bot.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/raspberry.md b/raspberry.md index f6c8810..f306db0 100644 --- a/raspberry.md +++ b/raspberry.md @@ -33,3 +33,7 @@ pcm.mic { ## Telegram Bot +SwaghausenBot +token:1456847960:AAHF6ZVfPrPedN07-Z0FlbtFzuUgpQM3iO4 +chat_id:291512617 +https://api.telegram.org/bot1456847960:AAHF6ZVfPrPedN07-Z0FlbtFzuUgpQM3iO4/getUpdates diff --git a/src/telegram_bot/telegram_bot.py b/src/telegram_bot/telegram_bot.py index bbd8f59..0d9a291 100644 --- a/src/telegram_bot/telegram_bot.py +++ b/src/telegram_bot/telegram_bot.py @@ -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 # ----------------