r2e

Forwards RSS feeds to an email address. Requires a configured sendmail or smtp setup. More information: <https://github.com/rss2email/rss2email>.

Install

All systems
curl cmd.cat/r2e.sh
Debian Debian
apt-get install rss2email
Ubuntu
apt-get install rss2email
image/svg+xml Kali Linux
apt-get install rss2email
Fedora
dnf install rss2email
Windows (WSL2)
sudo apt-get update sudo apt-get install rss2email
Raspbian
apt-get install rss2email

Forwards RSS feeds to an email address. Requires a configured sendmail or smtp setup. More information: <https://github.com/rss2email/rss2email>.

  • Create a new feed database that sends email to an email address:
    r2e new email_address
  • Subscribe to a feed:
    r2e add feed_name feed_URI
  • Send new stories to an email address:
    r2e run
  • List all feeds:
    r2e list
  • Delete a feed at a specified index:
    r2e delete index

© tl;dr; authors and contributors