Home

The mail/rss2email port

rss2email-3.14p0 – convert RSS/Atom newsfeeds to email (cvsweb github mirror)

Description

rss2email is a simple program which you can run in your crontab. It
watches RSS feeds and sends you nicely formatted email messages for
each new item.

rss2email was started by Aaron Swartz and is currently maintained by
the community at https://github.com/rss2email.
WWW: https://pypi.python.org/pypi/rss2email

Readme

+-------------------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-------------------------------------------------------------------------------

Migrating from rss2email 2
==========================
rss2email 3 uses a different config and data format from previous versions.

Hopefully you read the OpenBSD upgrade instructions before updating the
package and have saved the old feed list with "r2e opmlexport > ~/r2e.opml".
Also save the output of "r2e list" if you have any feeds sending to a
non-default email address.

After updating, create a new feed database, set the default email address
and import saved feeds:

    r2e new
    r2e email defaultaddress@example.com
    cat ~/r2e.opml | r2e opmlimport

For any feeds with a non-default email address, delete and re-add with the
correct address. Adjust other config in ~/.config/rss2email.cfg as needed
based on the old settings in ~/.rss2email/config.py.

The "last read" information is not transferred. If you don't want to re-send
old messages (and don't mind missing any new messages since the last run with
the old version), you can skip sending mail for the first run:

    r2e run --no-send

Alternatively use "r2e run" as usual if you want to be sure to avoid missing
anything.

The new feed data is stored in ~/.local/share/rss2email.json.

Maintainer

Kaashif Hymabaccus

Categories

lang/python mail www

Build dependencies

Run dependencies

Test dependencies

Files

Search