rss2email 1.0.1

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