Comprehensive breaking news monitor that trades Polymarket markets on high-impact events.
Continuously polls 20+ premium news RSS feeds, pre-filters stories with fast keyword
matching, then matches relevant stories to active Polymarket markets. When a breaking
story has estimated price impact >12%, generates a trade signal.
| Category | Sources |
|---|---|
| ---------- | --------- |
| Wire Services | Reuters, AP |
| Broadcast | BBC, CNBC |
| Financial | Bloomberg, FT, MarketWatch, WSJ |
| Politics | Politico, Axios, The Hill |
| Crypto | CoinDesk, CoinTelegraph |
| Tech | TechCrunch |
Two-stage filtering for speed:
signs, ruling, indicted, default, crash, surge)
Only stories passing pre-filter get matched against Polymarket markets.
Stories are scored on:
pip dependencies: simmer-sdk, requests, feedparser
Environment variables:
SIMMER_API_KEY (required) - get from simmer.markets/dashboard> ⚠️ Automated trading. Dry-run is the default. Pass --live to execute real trades. Review all configuration before enabling live mode.
python news_events.py # dry run
python news_events.py --live # real trades
python news_events.py --live --quiet # cron mode
> 🧪 Remixable Template — Fork this skill to add your own RSS sources, tune
> impact thresholds, add sentiment analysis, or integrate with a news API for
> faster delivery than RSS.
共 1 个版本