feat: Introduce automated Telegram alerts for trade opportunities with configurable settings.

This commit is contained in:
2569718930@qq.com
2026-03-06 10:09:49 +08:00
parent 86c15d2fd2
commit c4063468e5
3 changed files with 275 additions and 0 deletions
+6
View File
@@ -4,6 +4,12 @@ POLYMARKET_API_KEY=your_api_key_here
# Telegram Bot
TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_chat_id_here
TELEGRAM_ALERT_PUSH_ENABLED=true
TELEGRAM_ALERT_PUSH_INTERVAL_SEC=300
TELEGRAM_ALERT_PUSH_COOLDOWN_SEC=1800
TELEGRAM_ALERT_MIN_TRIGGER_COUNT=2
TELEGRAM_ALERT_MIN_SEVERITY=medium
TELEGRAM_ALERT_CITIES=ankara,london,paris,seoul,toronto,buenos aires,wellington,new york,chicago,dallas,miami,atlanta,seattle,lucknow,sao paulo,munich
# AI
GROQ_API_KEY=your_groq_api_key_here