Twitch stream notify bot for Telegram with Docker
Telegram port of the Discord notifier: tokenless decapi.me status checks, photo+caption announce with inline link buttons, /stream_test command. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Токен Telegram-бота (@BotFather -> /newbot) — единственный обязательный секрет
|
||||
TELEGRAM_TOKEN=your_telegram_bot_token
|
||||
|
||||
# Ник стримера на Twitch (то, что в URL: twitch.tv/ЭТО). По умолчанию theraiwy
|
||||
TWITCH_LOGIN=theraiwy
|
||||
|
||||
# Куда слать оповещения: @username канала (напр. @my_channel)
|
||||
# или числовой id чата/группы (напр. -1001234567890)
|
||||
NOTIFY_CHAT_ID=@your_channel
|
||||
|
||||
# Интервал проверки в секундах (по умолчанию 60)
|
||||
CHECK_INTERVAL=60
|
||||
Reference in New Issue
Block a user