Commit Graph

311 Commits

Author SHA1 Message Date
2569718930@qq.com 989f0f4fd1 feat: implement AI analyzer module 2026-02-26 22:35:44 +08:00
2569718930@qq.com d9ae2543b7 feat: Add Gemini API key to .env.example for AI integration. 2026-02-26 22:25:50 +08:00
2569718930@qq.com 21a5bcb481 feat: Add ai_analyzer.py, update requirements.txt, and modify bot_listener.py. 2026-02-26 22:24:32 +08:00
2569718930@qq.com 766aa76b71 feat: implement multi-source weather data collection for OpenWeatherMap, Visual Crossing, and NOAA METAR, including Polymarket settlement sources. 2026-02-26 18:20:54 +08:00
2569718930@qq.com bf530467ca feat: add inline keyboard to start command and implement about callback handler. 2026-02-26 18:05:38 +08:00
2569718930@qq.com 8bf98a77b8 Please provide the diff for e:\web\PolyWeather\bot_listener.py to generate an accurate commit message. 2026-02-26 17:57:37 +08:00
2569718930@qq.com 7707c8db7d feat: add betting range, METAR data age, and OM realtime fallback 2026-02-25 23:02:48 +08:00
2569718930@qq.com 6e04af5f65 feat: Introduce !forecast and !help commands, refactor !weather to use process_command, and enable "ping" alias. 2026-02-25 19:46:01 +08:00
2569718930@qq.com 4effa2cb50 Please provide the diff to summarize the changes. 2026-02-25 12:29:06 +08:00
2569718930@qq.com b1de84e745 Update bot_listener.py to reflect recent changes. 2026-02-25 12:16:07 +08:00
2569718930@qq.com 4f3cd3290f feat: introduce WeatherDataCollector for fetching multi-source weather data from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-23 22:19:20 +08:00
2569718930@qq.com de6a10379d docs: Clean up merge conflict markers and update betting strategy tips in README. 2026-02-23 21:23:52 +08:00
2569718930@qq.com bbcb799c6c feat: Initialize bot with API key and add robust error handling for weather commands. 2026-02-23 21:11:16 +08:00
2569718930@qq.com f3fcde6441 docs: update README with refined environment variable instructions, improved table formatting, and expanded betting strategy tips. 2026-02-23 21:05:23 +08:00
2569718930@qq.com be90e610ee feat: Integrate multi-model and ensemble weather forecasts, update READMEs with new architecture and betting strategies, and resolve merge conflicts. 2026-02-23 21:04:44 +08:00
2569718930@qq.com b89b137e83 Merge branch 'main' of https://github.com/yangyuan-zhen/PolyWeather 2026-02-23 20:43:58 +08:00
AmandaloveYang e575440acf feat: migrate to ApplicationBuilder for bot setup, load configuration from BotConfig, and add timeouts for API calls. 2026-02-22 10:30:26 +08:00
AmandaloveYang e911737ea9 chore: update bot_listener.py. 2026-02-22 10:26:33 +08:00
AmandaloveYang f1d1279ac6 docs: Detail multi-model consensus scoring, Open-Meteo API architecture, airport-aligned NWP queries, and ensemble divergence detection. 2026-02-22 10:01:32 +08:00
AmandaloveYang 6cc16c938d feat: introduce WeatherDataCollector for multi-source weather data retrieval from OpenWeatherMap, Visual Crossing, and METAR. 2026-02-22 09:54:47 +08:00
AmandaloveYang 2dcc700cd7 feat: Add support for plain text city input and improve weather command error handling. 2026-02-21 10:50:13 +08:00
AmandaloveYang 78c96a8a2e Please provide the diff for d:\web\PolyWeather\bot_listener.py to generate an accurate commit message. 2026-02-21 10:48:05 +08:00
AmandaloveYang d1e6df3e3f feat: Implement new message processing and event handling in the bot listener. 2026-02-21 10:46:09 +08:00
AmandaloveYang 0333717bdb feat: introduce model consensus scoring, ensemble forecast spread, and entry timing signals with enhanced trend analysis and updated documentation. 2026-02-21 10:43:13 +08:00
AmandaloveYang 6f0eaad6a8 feat: Add a multi-source weather data collection module supporting OpenWeatherMap, Visual Crossing, and METAR. 2026-02-21 10:37:37 +08:00
AmandaloveYang 070712228e I need the diff of d:\web\PolyWeather\bot_listener.py to summarize the changes. 2026-02-20 20:21:51 +08:00
AmandaloveYang 6ffbdd97f7 feat: Add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR, including city-to-ICAO mapping and local high temperature calculation. 2026-02-20 20:03:49 +08:00
AmandaloveYang 7ede7abaa1 chore: Include bot ID in the on_ready log message. 2026-02-18 13:29:33 +08:00
AmandaloveYang 38d81b9fb5 feat: add WU settlement rounding analysis and boundary alerts 2026-02-18 11:17:29 +08:00
AmandaloveYang 4464bb3cd4 fix: peak hour sanity check (<6AM=invalid), wind direction always shown 2026-02-18 11:08:41 +08:00
AmandaloveYang 30f86eab89 refactor: remove legacy trading engine, streamline project to weather-only bot 2026-02-18 09:56:50 +08:00
AmandaloveYang d533bd5b21 docs: comprehensive update of all documentation - Paris, wind analysis, VPS deploy, supported cities table 2026-02-18 09:49:40 +08:00
AmandaloveYang 3f4f31d24b fix: add Paris LFPG to ICAO mapping for METAR data 2026-02-18 09:37:55 +08:00
AmandaloveYang c89ea41441 feat: add Paris (CDG) weather query support 2026-02-18 09:35:34 +08:00
AmandaloveYang d4314ff5d7 feat: show max temperature time in METAR display 2026-02-16 11:09:56 +08:00
AmandaloveYang c4fc26314d fix: wind analysis cross-validates METAR vs MGM with conflict detection 2026-02-16 11:08:09 +08:00
AmandaloveYang fef9094403 fix: rain analysis no longer references MGM for non-Turkey cities 2026-02-16 10:08:57 +08:00
AmandaloveYang d3880b1db3 docs: add VPS one-click update script to README 2026-02-14 21:00:31 +08:00
AmandaloveYang af2f57bd81 fix: wind analysis now direction-aware, added west/east wind handling 2026-02-14 20:24:26 +08:00
AmandaloveYang c5093e78c9 fix: rain detection false positive and emoji confusion 2026-02-14 15:22:10 +08:00
AmandaloveYang 22a578f98f feat: plain language analysis + sunrise sunset + MGM pressure cloud data 2026-02-14 13:48:35 +08:00
AmandaloveYang 93c595c7a3 Please provide the diff to d:\web\PolyWeather\bot_listener.py so I can generate an accurate commit message. Without the diff, I cannot summarize the specific changes made to the file. 2026-02-12 22:15:29 +08:00
2569718930@qq.com dc41e8b2fa Update bot listener functionality. 2026-02-09 09:46:31 +08:00
2569718930@qq.com 34ccc7a326 Update bot listener functionality. 2026-02-09 09:46:31 +08:00
2569718930@qq.com a00fd5b9b7 feat: enhance bot listener event processing. 2026-02-08 21:43:24 +08:00
2569718930@qq.com ddc9a70bc3 feat: enhance bot listener event processing. 2026-02-08 21:43:24 +08:00
2569718930@qq.com e5ae0b527a refactor: Implement structured data collection and configuration modules, replacing legacy city-specific files and updating documentation. 2026-02-08 20:30:17 +08:00
2569718930@qq.com 694b2f87c4 refactor: Implement structured data collection and configuration modules, replacing legacy city-specific files and updating documentation. 2026-02-08 20:30:17 +08:00
2569718930@qq.com 6505cc9528 feat: Add multi-source weather data collection module and clarify Meteoblue coverage in documentation. 2026-02-08 20:00:59 +08:00
2569718930@qq.com c97265c4e5 feat: Add multi-source weather data collection module and clarify Meteoblue coverage in documentation. 2026-02-08 20:00:59 +08:00