Skip to content

Converts truncated RSS feeds to full RSS using the readability algorithm

Notifications You must be signed in to change notification settings

Coornail/rss-to-full-rss

Repository files navigation

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.

Dependency Status Usage

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].

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.json
vim config.json

Start daemon on a different port

node_modules/.bin/rss-to-full-rss --port [port_number]

License

MIT

About

Converts truncated RSS feeds to full RSS using the readability algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published