feat: Initialize PolyWeather project structure including modules for data collection, analysis, strategy, trading, utilities, configuration, and a Streamlit dashboard.

This commit is contained in:
2569718930@qq.com
2026-02-05 19:52:02 +08:00
commit 9617425c6e
33 changed files with 3928 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Polymarket API Credentials
POLYMARKET_API_KEY=your_api_key_here
# Telegram Bot
TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_chat_id_here
# Proxy Setting (optional)
HTTPS_PROXY=http://127.0.0.1:7890
HTTP_PROXY=http://127.0.0.1:7890
# Other Settings
LOG_LEVEL=INFO
ENV=production