mirror of
https://github.com/artemium428/tvsignals-to-tg.git
synced 2026-09-15 17:16:21 +00:00
TradingView alerts can target different topics via /h/{secret}/{thread_id}
while keeping the same payload; bare /h/{secret} still uses the env default.
Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
234 B
Text
7 lines
234 B
Text
TELEGRAM_BOT_TOKEN=123456:ABC-DEF
|
|
TELEGRAM_CHAT_ID=-1001234567890
|
|
# Default forum topic when webhook URL has no /{thread_id} segment
|
|
TELEGRAM_MESSAGE_THREAD_ID=1
|
|
WEBHOOK_SECRET=change-me-to-a-long-random-string
|
|
HOST=0.0.0.0
|
|
PORT=8000
|