This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
uulm-mensa/README.md

38 lines
983 B
Markdown
Raw Normal View History

2015-11-27 13:06:02 +01:00
#Mensplan
2015-12-13 09:28:55 +01:00
A python script for viewing the menu of the canteens of the Studierendenwerk Ulm in Ulm. The supported canteens are:
2015-12-13 09:29:29 +01:00
2015-12-13 09:28:55 +01:00
- Mensa University
- CafeteriaB
- Southside Burgerbar
- Bistro
- Cafeteria West
- WestSideDiner
- Mensa Hochschule
##Usage
After making the mensaplan.py executable with `chmod +x mensaplan.py` you have the following options:
```
./mensaplan.py place
Print the todays menu at the place.
./mensaplan.py place [mon, thu, wed, thur, fri]
Print the menu at the place of the given weekday.
Supported places are:
Mensa University: mensa
Bistro: bistro
Burgerbar Southside: burgerbar
CafeteriaB: cafeteriab
Cafeteria West: west
West Side Diner: westside
Mensa Hochschule: hochschule
```
2015-12-13 09:32:50 +01:00
## Credits
2015-12-13 09:34:10 +01:00
Thanks a lot at (https://github.com/seder)[Thomas Lukaseder] and his (https://github.com/seder/mensaplan-parser)[Mensaplan Parser] as well as the Studierendenwerk Ulm for providing the data.
2015-12-13 09:28:55 +01:00
## License
MIT License