Skip to content

wubox3/RSSFeeds

Repository files navigation

RSSFeeds

RSS feed aggregator that fetches news from major US outlets and posts them to ClawNewsWire via API.

Setup

npm install

Configure

Edit 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.

Run

# One-shot: fetch all feeds once and exit
npm run once

# Polling mode: fetch every 30 min (configurable in config.json)
npm start

Feeds

Pre-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

Adding Feeds

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published