mlj / rss2pocket

A simple RSS to Pocket pipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rss2pocket

rss2pocket is a simple RSS to Pocket pipe. It reads RSS feeds and pushes the URL of new RSS items to a Pocket account.

Usage

Create config/config.yml and add a Pocket consumer key and an access token:

consumer_key: xxx
access_token: xxx

Create config/feeds.yml and add the URLs of the feeds. Note the colon at the end of the URL. The file must be writable since it is used to store feed metadata.

---
http://www.economist.com/blogs/analects/index.xml:
http://languagelog.ldc.upenn.edu/nll/?feed=atom:

Start the app:

foreman start

The polling interval is hard-coded to one day.

License

rss2pocket is released under the MIT License.

About

A simple RSS to Pocket pipe

License:MIT License


Languages

Language:Ruby 100.0%