RSS/Atom/JSON feed aggregator. Consolidate multiple feeds into one easily consumable Atom feed.
go run main.go --source <path/to/feed/list>
--source
Read in a newline delimited list of feed URLs
go run main.go --source <(printf '%s\n' "https://static.fsf.org/fsforg/rss/news.xml" "https://github.blog/all.atom")
Note: This is a proof of concept
export RSSQUASH_PREFIX=sample/ RSSQUASH_BASEURL=https://egladman.github.io/rssquash/
./deploy.sh <path/to/feed/list>
- This project is licensed under the MIT License.
- Content in branch
gh-pages
is not licensed, and is redistributed.
- Content in branch