noahm / rss-proxy

Proxy RSS feeds: strip out http auth and apply filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Proxy RSS feeds: strip out http auth and apply filters

License:The Unlicense


Languages

Language:Go 100.0%