项目作者: mlj

项目描述 :
A simple RSS to Pocket pipe
高级语言: Ruby
项目地址: git://github.com/mlj/rss2pocket.git
创建时间: 2013-12-31T17:11:53Z
项目社区:https://github.com/mlj/rss2pocket

开源协议:MIT License

下载


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:

  1. consumer_key: xxx
  2. 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.

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

Start the app:

  1. foreman start

The polling interval is hard-coded to one day.

License

rss2pocket is released under the MIT License.