Rss2email
Installation
$ apt-get install rss2email
Configuration
Create config directory:
$ mkdir ~/.rss2email
Copy config.py
:
$ cp /usr/share/doc/rss2email/examples/config.py ~/.rss2email/config.py
Change the following lines in ~/.rss2email/config.py
:
DEFAULT_FROM = feed@example.com
FORCE_FROM = 1
Create feed file
$ r2e new feeds@example.com
Add feeds
$ r2e add http://www.somefeed.com/rss.xml
$ r2e add http://www.otherfeed.org/atom.xml
Fetch feeds
$ r2e run
Crontab
Add via crontab -e
:
44 0-23/2 * * * /usr/bin/r2e run