Home

Awesome

rich-RSS

rich-RSS is a API middleware that allows you transform any RSS/ATOM/OPML or JSON feed into a verbose rich feed. Rich in this context is an umbrella term for the following features:

Try the live demo it takes you to the swagger UI. rich-RSS can be configured to use the feed generators rss-proxy and rss-bridge, e.g as a fallback for a broken feed.

Using docker

The simplest - tough limited - way to use rich-RSS is using docker.

 docker run -p 8080:8080 -it damoeb/rich-rss

Then open localhost:8080 in the browser.

Using docker-compose (Recommended)

The recommended way to use rich-RSS is using docker-compose

 docker-compose start

Then open localhost:8080 in the browser.

From source

For local development you need java-runtime 11+ and bazel 1+. Then follow these steps:

cd 

Changelog

TBD

Roadmap

TBD

Contributors

Contact

License

This project uses the following license: GNU GPLv3.