https://github.com/noahm/rss-proxy
Proxy RSS feeds: strip out http auth and apply filters
https://github.com/noahm/rss-proxy
feed-parser pipes-and-filters rss-proxy
Last synced: 2 months ago
JSON representation
Proxy RSS feeds: strip out http auth and apply filters
- Host: GitHub
- URL: https://github.com/noahm/rss-proxy
- Owner: noahm
- License: unlicense
- Created: 2015-08-02T21:54:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T16:11:21.000Z (over 8 years ago)
- Last Synced: 2024-06-20T11:14:17.487Z (almost 2 years ago)
- Topics: feed-parser, pipes-and-filters, rss-proxy
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS Proxy
A simple proxy server for RSS feeds. RIP Yahoo Pipes.
Supports serving protected feeds to clients without support
for basic HTTP auth by injecting into the request (Overcast on iOS).
Supports filtering RSS feed items out of the response to hide items,
matching regular expressions against specific fields on items.
## Usage
$ cp server.conf.dist server.conf
Edit `server.conf` to add your feeds in sections of their own.