• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-2022876 4027

README.mdH A D14-Oct-20151.4 KiB5934

r2t.cH A D14-Oct-201513.3 KiB652525

rsstail.1H A D14-Oct-20151.9 KiB7167

README.md

1rsstail
2=======
3rsstail is tail for RSS feeds
4
5
6## Usage
7
8Basic usage:
9	rsstail -u URL -i CHECK_INTERVAL
10
11For example a command below will check every 5 minutes if anything new was published:
12
13$ rsstail -u http://www.filmhuisgouda.nl/rss/rss.php -i 300
14Title: Que horas ela volta?
15Title: 45 years
16Title: Madame Bovary
17...
18
19rsstail -h
20	will show a list of what rsstail can do for you.
21
22## Installation
23
24On Debian/Ubuntu:
25	sudo apt-get install rsstail
26
27
28## Building
29
30### Dependencies
31
32rsstail depends on [`libmrss`](http://www.autistici.org/bakunin/codes.php#libmrss) (version >= 0.7).
33On Debian/Ubuntu you can install libmrss by running
34	sudo apt-get install libmrss0
35
36To compile source code you may need to run
37	sudo apt-get install libmrss0-dev
38
39
40### Compile source code
41
42$ git clone https://github.com/flok99/rsstail.git
43$ cd rsstail
44$ sudo make install
45
46
47## Contact
48
49For everything more or less related to rsstail, please feel free to contact me on mail@vanheusden.com.
50
51Consider using PGP. My PGP key-id is: 0x1f28d8ae
52
53
54## Donations
55
56[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=flok&url=https://github.com/flok99/rsstail&title=rsstail&language=&tags=github&category=software)
57
58[![Support the development of this project](https://pledgie.com/campaigns/28612.png?skin_name=chrome)](https://pledgie.com/campaigns/28612)
59