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 # ----------------