Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvzi/mensahd
☕ Parser for openmensa.org for canteens of Studierendenwerk Heidelberg, Mannheim, Stuttgart, Ulm and Hamburg
https://github.com/cvzi/mensahd
canteen canteens hamburg heidelberg heidelberg-university mannheim mensa mensaria openmensa studierendenwerk-heidelberg studierendenwerk-mannheim studierendenwerk-stuttgart stuttgart ulm uni uni-hamburg uni-hd university
Last synced: 2 months ago
JSON representation
☕ Parser for openmensa.org for canteens of Studierendenwerk Heidelberg, Mannheim, Stuttgart, Ulm and Hamburg
- Host: GitHub
- URL: https://github.com/cvzi/mensahd
- Owner: cvzi
- License: gpl-3.0
- Created: 2016-05-15T21:34:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T06:36:35.000Z (8 months ago)
- Last Synced: 2024-05-01T21:21:52.952Z (8 months ago)
- Topics: canteen, canteens, hamburg, heidelberg, heidelberg-university, mannheim, mensa, mensaria, openmensa, studierendenwerk-heidelberg, studierendenwerk-mannheim, studierendenwerk-stuttgart, stuttgart, ulm, uni, uni-hamburg, uni-hd, university
- Language: Python
- Homepage: https://cvzi.github.io/mensahd/
- Size: 12.6 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mensahd
Parsers for openmensa.org. The parsers runs in a [Github action](https://github.com/cvzi/mensahd/actions?query=workflow%3ARunParsers) and push the XML feeds to [Github pages](https://cvzi.github.io/mensahd/)[![Test xml meta and feeds](https://github.com/cvzi/mensahd/workflows/Test%20xml%20meta%20and%20feeds/badge.svg)](https://github.com/cvzi/mensahd/actions?query=workflow%3A%22Test+xml+meta+and+feeds%22)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e2aa5ab1cb304c0ab1f5719ad2b3acbf)](https://app.codacy.com/app/cvzi/mensahd?utm_source=github.com&utm_medium=referral&utm_content=cvzi/mensahd&utm_campaign=Badge_Grade_Dashboard)Parser for [openmensa.org](https://openmensa.org/) for canteens of
[Studierendenwerk Heidelberg](http://www.stw.uni-heidelberg.de/en/speiseplan),
[Studierendenwerk Mannheim](https://www.stw-ma.de/Essen+_+Trinken/Men%C3%BCpl%C3%A4ne.html),
[Studierendenwerk Stuttgart](https://www.studierendenwerk-stuttgart.de/gastronomie/speiseangebot)
[Studierendenwerk Ulm](https://studierendenwerk-ulm.de/essen-trinken/speiseplaene/),
and [Studierendenwerk Hamburg](https://www.stwhh.de/speiseplan/),Parser für [openmensa.org](https://openmensa.org/) für die Mensen des
[Studierendenwerk Heidelberg](http://www.stw.uni-heidelberg.de/de/speiseplan),
[Studierendenwerk Mannheim](https://www.stw-ma.de/Essen+_+Trinken/Men%C3%BCpl%C3%A4ne.html),
[Studierendenwerk Stuttgart](https://www.studierendenwerk-stuttgart.de/gastronomie/speiseangebot)
[Studierendenwerk Ulm](https://studierendenwerk-ulm.de/essen-trinken/speiseplaene/),
und [Studierendenwerk Hamburg](https://www.stwhh.de/speiseplan/),| Feeds | Status | Cron |
|:------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| today | [![RunParsersToday](https://github.com/cvzi/mensahd/actions/workflows/updateFeedToday.yml/badge.svg)](https://github.com/cvzi/mensahd/actions/workflows/updateFeedToday.yml) | [16,46 3-12 * * 1-5](https://crontab.guru/#16,46_3-12_*_*_1-5 "“At minute 16 and 46 past every hour from 3 through 12 on every day-of-week from Monday through Friday.” ") |
| all | [![RunParsers](https://github.com/cvzi/mensahd/actions/workflows/updateFeed.yml/badge.svg)](https://github.com/cvzi/mensahd/actions/workflows/updateFeed.yml) | [31 6,8 * * *](https://crontab.guru/#31_6,8_*_*_* "“At minute 31 past hour 6 and 8.” ") |Links:
* See the resulting feeds at [https://cvzi.github.io/mensahd/](https://cvzi.github.io/mensahd/)
* [Understand OpenMensa’s Parser Concept](https://doc.openmensa.org/parsers/understand/)
* OpenMensa [XML schema](https://doc.openmensa.org/feed/v2/)
* OpenMensa Android app on [f-droid](https://f-droid.org/en/packages/de.uni_potsdam.hpi.openmensa/), [playstore](https://play.google.com/store/apps/details?id=de.uni_potsdam.hpi.openmensa), [github](https://github.com/domoritz/open-mensa-android)
* Another parser for OpenMensa: [https://github.com/cvzi/mensa](https://github.com/cvzi/mensa)