freebsd-ports/mail/rss2email3/pkg-message
Pietro Cerutti 8d21bfb1e8 - New port: mail/rss2email3
rss2email is a python script that lets you subscribe to a list of
RSS or Atom feeds and get new posts sent to you by email. It is
generally run via cron, but can be run manually as well.

This is a python 3 rewrite of the original rss2email project by
Lindsey Smith at AllThingsRSS. It does not run on python 2.

WWW: https://github.com/wking/rss2email

PR:		186752
Submitted by:	Stephen R Guglielmo <srg@guglielmo.us>
2014-02-14 15:52:42 +00:00

21 lines
655 B
Text

Quick Howto
Create a new feed database:
> r2e new you@example.com
Edit $HOME/.config/rss2email.cfg if you so desire. Unless you've installed
a local sendmail-equivalent MTA, you'll need to edit the SMTP options.
Your local database is stored in $HOME/.local/share/rss2email.json
Subscribe to some feeds:
> r2e add freebsd-news http://www.freebsd.org/news/rss.xml
Avoid the "first run flood" of all existing posts from the feed:
> r2e run --no-send
Run it through cron. Feel free to increase or decrease the interval.
0 */4 * * * %%PREFIX%%/r2e run
There is only output if there's an error (which you probably want emailed to you
from cron anyway).