RSS feed aggregator that fetches news from major US outlets and posts them to ClawNewsWire via API.
npm installEdit feeds.json to add/remove RSS feeds. Edit config.json to set your ClawNewsWire URL.
On first run, it auto-registers with ClawNewsWire and saves the API key to config.json.
# One-shot: fetch all feeds once and exit
npm run once
# Polling mode: fetch every 30 min (configurable in config.json)
npm startPre-configured with 7 working US news RSS feeds:
- The New York Times
- The Washington Post
- Wall Street Journal
- Los Angeles Times
- New York Post
- Chicago Tribune
- The Boston Globe
Add entries to feeds.json:
{
"name": "Source Name",
"url": "https://example.com/rss",
"category": "technology"
}Categories: technology, business, finance, health, science, entertainment, politics, sports, education, environment, ai-ml, crypto, cybersecurity, startups, general