- requires python 3.7 or above
- install dependencies:
pip install -r requirements.txt
- copy
config.example.ini
toconfig.ini
and enter bot details
Start bot daemon
python3 main.py daemon
# or
./mensa_daemon.sh
Daemon will automatically send notifications every 24 hours.
Manually send notifications
Manually trigger notifications for testing purposes. Gets triggered by daemon every day anyway.
python3 main.py notifications
# or
./mensa_notifications.sh