This command-line tool allows you to fetch the current meals from all canteens in Schleswig-Holstein. You can filter the meals based on allergens, whether they are vegetarian or not, and the location where they are offered (e.g. Mensa Lübeck or Cafeteria II Kiel).
To use the Mensa CLI, you can download the binary for your operating system from the Github Release page.
You can set your preferences in the config file, for example:
url = "https://speiseplan.mcloud.digital/v2"
exclude_allergens = ["GlW"]
# vegan = true
vegetarian = true
location_codes = ["HL_CA", "HL_BB", "HL_ME"]
language = "de"
price_category = "student"This project uses the Mensa API.
- Tray Application (Windows, Linux, MacOS)
- KDE Plasma Widget (Linux with KDE Plasma)
- Android Widget (Android)
This project uses the MIT License. See LICENSE for details.