Files
theraiwyandClaude Opus 4.8 c63b51ff79 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]>
2026-07-13 11:39:33 +03:00

13 lines
599 B
Bash

# Токен 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