RSS -> Mail client made for receiving ILIAS RSS notifications.
The RSS feed of the KIT ILIAS got so slow that the browser extension client I used refused to parse it, and I couldn't find a nice alternative. So I wrote this.
How to use:
- Copy
config.ini.exampletoconfig.iniand fill in the fields - (Optional) Set up venv
python -m venv venv,. ./venv/bin/activate - Install requirements
pip install -r requirements.txt - Run with
python main.py, optionally in tmux or in a service