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

55 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2018-01-03 00:02:06 +01:00
# Mensaplan
2016-02-08 07:48:56 +01:00
[![GitHub
release](https://img.shields.io/github/release/qubyte/rubidium.svg)]()
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
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
2016-02-08 13:11:36 +01:00
## Installation
```
sudo pip3 install uulm-mensa
```
2015-12-13 09:28:55 +01:00
##Usage
After making the mensaplan.py executable with `chmod +x mensaplan.py` you have the following options:
```
2016-02-08 13:11:36 +01:00
uulm-mensa place
2015-12-13 09:28:55 +01:00
Print the todays menu at the place.
2016-02-08 13:11:36 +01:00
uulm-mensa place [mon, thu, wed, thur, fri]
2015-12-13 09:28:55 +01:00
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
```
2016-11-21 17:28:28 +01:00
## 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
2015-12-13 09:32:50 +01:00
## Credits
2015-12-13 10:28:55 +01:00
Thanks a lot at [Thomas Lukaseder](https://github.com/seder) and his [Mensaplan Parser](https://github.com/seder/mensaplan-parser).
2015-12-13 09:28:55 +01:00
## License
MIT License