# Mensaplan [![GitHub release](https://img.shields.io/github/release/qubyte/rubidium.svg)]() [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]() A python script for viewing the menu of the canteens of the Studierendenwerk Ulm in Ulm. The supported canteens are: - Mensa University - CafeteriaB - Southside Burgerbar - Bistro - Cafeteria West - WestSideDiner - Mensa Hochschule ## Installation ``` sudo pip3 install uulm-mensa ``` ##Usage After making the mensaplan.py executable with `chmod +x mensaplan.py` you have the following options: ``` uulm-mensa place Print the todays menu at the place. uulm-mensa 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 ``` ## Contributing 1. Fork it 2. Create a feature branch with a meaningful name (`git checkout -b my-new-feature`) 3. Add yourself to the CONTRIBUTORS file 4. Commit your changes (`git commit -am 'Add some feature'`) 5. Push to your branch (`git push origin my-new-feature`) 6. Create a new pull request ## Credits Thanks a lot at [Thomas Lukaseder](https://github.com/seder) and his [Mensaplan Parser](https://github.com/seder/mensaplan-parser). ## License MIT License