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:
2026-07-13 11:39:33 +03:00
co-authored by Claude Opus 4.8
commit c63b51ff79
8 changed files with 356 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
twitch-notify-tg:
build: .
container_name: twitch-notify-tg
restart: unless-stopped
environment:
# Значения подставляются из окружения стека (панель DockHand / .env рядом с compose)
TELEGRAM_TOKEN: ${TELEGRAM_TOKEN}
NOTIFY_CHAT_ID: ${NOTIFY_CHAT_ID}
TWITCH_LOGIN: ${TWITCH_LOGIN:-theraiwy}
CHECK_INTERVAL: ${CHECK_INTERVAL:-60}