rss2email 2.1.1

An RSS feed aggregator that notifies you of new posts via email.
Documentation
1
2
3
4
5
6
7
8
# https://github.com/AntoniosBarotsis/Rss2Email/wiki/3.-Running-the-Code#creating-the-env-file
API_KEY=hello
EMAIL_ADDRESS=me@example.com
RECIPIENT_ADDRESSES=sonya@example.com,tom@example.com
DAYS=42
EMAIL=SENDGRID
SUBJECT=rss2email
FEEDS="https://antoniosbarotsis.github.io/index.xml;https://blog.rust-lang.org/feed.xml"