BTC Hourly Predictor - ML-based price prediction with Telegram alerts
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
41
commits
feat: expert DeepSeek system prompt with full v4.1 architecture context
f11c14dView on GitHub๐ Add n8n webhook integration - sends predictions and verifications
d92e1abView on GitHub๐ฐ Add realtime price from Binance ticker API to Status button
848bce0View on GitHub๐ฏ Add Accuracy button - shows prediction verification stats
c8c4d8cView on GitHub๐ Add verify_job to scheduler - runs every hour at :30
65f6e65View on GitHub๐ Add prediction verification system - track predicted vs actual prices
d1ce38bView on GitHub๐ฐ Add predicted prices to forecasts: +1ั: -0.02% ($88,307)
ca2b6c5View on GitHub๐ง FIX: Reset allowed_updates to include callback_query - was filtering out buttons!
b5790d8View on GitHub๐ง Use json= instead of data= for proper JSON encoding, add send logging
947f624View on GitHub๐งช Add test_telegram_api() to debug - shows raw getUpdates response
5343b4dView on GitHub๐ง Add deleteWebhook on startup - this was blocking getUpdates!
dfa5cb7View on GitHub