Socket
Socket
Sign inDemoInstall

rss-fulltext

Package Overview
Dependencies
190
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rss-fulltext

Rss to Full Rss proxy.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 01 Dec 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc