[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-92222":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":10,"pushedAt":10,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":15,"starSnapshotCount":15,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},92222,"polymarket-weather-trading-bot","frecodecasti\u002Fpolymarket-weather-trading-bot","frecodecasti","Polymarket weather trading bot | Polymarket weather trading bot | Polymarket weather trading bot | Polymarket weather trading bot | Polymarket weather trading bot | Polymarket weather trading bot | Polymarket weather trading bot | Polymarket weather trading bot | Polymarket weather trading bot","",null,"TypeScript",622,2008,196,0,423,60.91,false,"master",true,[],"2026-07-22 04:02:05","## Kelly Weather Trading Bot\n\nHigh‑accuracy, Kelly‑driven **weather trading bot for Polymarket**.  \nIt scans NWS forecasts, finds mispriced temperature markets, and simulates trades into `simulation.json` to help you track performance and refine your strategy.\n\n## Prove of Work\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F3d1a1f4e-9df8-4836-8147-386a91b75217\n\n### Install\n\n```bash\ncd weatherbot-ts\nnpm install\n```\n\nCreate a `.env` file in the project root (next to `package.json`):\n\n```env\nPOLYMARKET_PRIVATE_KEY=0x...64 hex...\nPOLYMARKET_PROXY_WALLET_ADDRESS=0x...40 hex...\nENTRY_THRESHOLD=0.15\nEXIT_THRESHOLD=0.45\nMAX_TRADES_PER_RUN=5\nMIN_HOURS_TO_RESOLUTION=2\nLOCATIONS=\"nyc,chicago,miami,dallas,seattle,atlanta\"\n```\n\nAll runtime configuration is read from `.env` (not `config.json`).  \nOn startup the bot validates that `POLYMARKET_PRIVATE_KEY` and `POLYMARKET_PROXY_WALLET_ADDRESS` are present and look like valid EVM strings; if not, it prints an error and exits.\n\n### Build\n\n```bash\nnpm run build\n```\n\n### Usage\n\n```bash\n# paper mode — shows signals, no trades\nnode dist\u002Findex.js\n\n# simulate trades with $1,000 balance\nnode dist\u002Findex.js --live\n\n# run every 30 minutes\nnode dist\u002Findex.js --live --interval 30\n\n# reset balance back to $1,000\nnode dist\u002Findex.js --reset\n\n# show open positions and PnL\nnode dist\u002Findex.js --positions\n```\n\nYou can also run the live bot and dashboard server together:\n\n```bash\nnpm run dev-live-dashboard\n```\n\nThis starts `ts-node src\u002Findex.ts --live --interval 1` and `http-server . -p 8000` in parallel, and the dashboard at `sim_dashboard_repost.html` reads from `simulation.json` in this folder.\n\n### Paid version\n\nThere is a **paid edition** of this bot that adds more advanced, production‑grade features for serious weather trading on Polymarket, including:\n\n- Enhanced Kelly sizing and risk controls  \n- Extended market coverage and smarter filtering  \n- Deeper analytics and monitoring for live trading  \n\nIf you are interested in the paid version, please reach out via the contact links provided with the project.\n","这是一个基于Kelly准则的天气事件预测交易机器人，专为Polymarket预测市场设计。它自动抓取美国国家气象局（NWS）温度预报数据，识别价格偏离预期概率的天气相关预测市场（如某地某日最高温区间），并支持模拟交易、仓位跟踪与策略回测；采用TypeScript开发，支持纸面测试、资金模拟及定时运行，通过环境变量灵活配置交易参数与地理位置。适用于对天气衍生品感兴趣的量化交易者、预测市场参与者及气候风险套利研究者。",2,"2026-07-08 04:29:53","CREATED_QUERY"]