rss2email done simple.
Delivers news from feeds (RSS, Atom, ...) to your mail box.
Simply check out the Git repository or download the Python file.
Docker:
docker build -t feed2mail .
Alternatively, manual virtualenv:
pip install html2text feedparser
cp example_config.py config.py
.Edit
config.py
.Run feed2mail every N seconds/hours/decades. For Docker setup:
docker run -v /path/to/your/seen/file:/seen feed2mail
For manual virtualenv setup, simply run
feed2mail.py
.
Great! Please open a ticket.
ISC