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.
npm install rss-fulltext
node_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].
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
node_modules/.bin/rss-to-full-rss --backend readability.com --readability.com:token [token]
Get your token from https://www.readability.com/settings/account
cp config.json.example config.json
vim config.json
node_modules/.bin/rss-to-full-rss --port [port_number]
MIT