RSS to full RSS Proxy
Converts truncated RSS feeds to full RSS using the readability algorithm.
Are you bothered that you cannot access the full content of sites from your rss reader? This program fetches and parses the articles using the arc90 algorithm by readability.
Usage
npm install rss-fulltextnode_modules/.bin/rss-to-full-rss
The proxy listens on port 8000 by default. Try your favourite rss via http://127.0.0.1:8000/?url=[rss feed].
Advanced usage
Add memcache caching backend
So you don't have to fetch the articles every time. (Assuming memcache is running on 127.0.0.1:11211)
node_modules/.bin/rss-to-full-rss --cacheProvider memcache
Use readability.com as an api backend
node_modules/.bin/rss-to-full-rss --backend readability.com --readability.com:token [token]
Get your token from https://www.readability.com/settings/account
Set up your config file
cp config.json.example config.jsonvim config.json
Start daemon on a different port
node_modules/.bin/rss-to-full-rss --port [port_number]
License
MIT