Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 539 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 539 Bytes

TUM Mensa Bot

Setup

  • requires python 3.7 or above
  • install dependencies: pip install -r requirements.txt
  • copy config.example.ini to config.ini and enter bot details

Running

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