oldlaptop / rsstail-fork

Tail for RSS feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsstail

rsstail is tail for RSS feeds

Usage

Basic usage:

rsstail -u URL -i CHECK_INTERVAL

For example a command below will check every 5 minutes if anything new was published:

$ rsstail -u http://www.filmhuisgouda.nl/rss/rss.php -i 300
Title: Que horas ela volta?
Title: 45 years
Title: Madame Bovary
...

rsstail -h will show a list of what rsstail can do for you.

Installation

On Debian/Ubuntu:

sudo apt-get install rsstail

Building

Dependencies

rsstail depends on libmrss (version >= 0.7). On Debian/Ubuntu libmrss will be installed automatically if you install rsstail or libmrss0-dev (as shown below) as package.

To compile source code you may need to run

sudo apt-get install libmrss0-dev

Compile source code

$ git clone https://github.com/flok99/rsstail.git
$ cd rsstail
$ sudo make install

Contact

For everything more or less related to rsstail, please feel free to contact me on mail@vanheusden.com.

Consider using PGP. My PGP key-id is: 0x1f28d8ae

Donations

Flattr this git repo

Support the development of this project

About

Tail for RSS feeds

License:GNU General Public License v2.0


Languages

Language:C 81.3%Language:Roff 14.1%Language:Makefile 4.6%