RSS-proxy allows you to do create an RSS/ATOM or JSON feed of almost any website or feed, purely by analyzing just the HTML structure. Try the live demo. The server is completely stateless, everything is part of the url.
It is a UI for richRSS middleware and is shipped in a multiplatform docker image.
The simplest way to use RSS-proxy is using docker
wget https://raw.githubusercontent.com/damoeb/rss-proxy/master/docker-compose.yml
docker-compose up
This will start rss-proxy and a headless chrome. Open localhost:8080 in the browser.
- Web to Feed
- Dynamic rendering
- Feed healing
- Feed Format Conversion
- Content Refinement
- Filters
- Security
- Maintenance
- Stateless
If you consider using rss-proxy just for static websites, do this:
docker pull damoeb/rss-proxy:2
docker run -e APP_PUBLIC_URL=http://localhost:8080 -e TOKEN_SECRET=1234_top_secret -p 8080:8080 -it damoeb/rss-proxy:2
| Name | Description | |
|---|---|---|
| PUPPETEER_HOST | - | |
| LOG_LEVEL | error | |
| ENABLE_FULLTEXT | true | |
| TOKEN_SECRET | To sign the JWTs | - |
See changelog.
This project uses the following license: GNU GPLv3.
