natestokens/polymarket-weather-bot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python weather trading bot that looks at Polymarket temperature markets and spots when the market price seems off. It should pull a multi model weather forecast, compare it with live Polymarket prices for daily temperature brackets in cities like NYC, Chicago, and Miami, then calculate an edge and print clear buy or skip signals. I want it to account for local bias so the forecast is adjusted a little for each city, and it should ignore the noisy middle range where the model is too uncertain.
Also add a simple way to log each signal to a CSV file, and a verification script that checks resolved trades against actual airport weather data so I can track performance over time. If it makes sense, include a lightweight dashboard page for results and a shareable P and L card view. No API keys should be needed, and if you need current docs for the weather or market sources, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit