kaifabian / om-parser-berlin

OpenMensa: Provides a feed parser for the canteens in Berlin (Studentenwerk Berlin).
3 stars 0 forks source link

Studentenwerk Berlin completely changed Speiseplan structure #1

Closed kaifabian closed 6 years ago

kaifabian commented 7 years ago

Studentenwerk Berlin has updated their meal plans completely (new URL, now XHR requests with one page per date).

New requests go to https://www.stw.berlin/xhr/speiseplan-wochentag.html as POST request with two parameters:

Meal plans are available for current and next week.

lenucksi commented 7 years ago

The actual data is in

ekeih commented 7 years ago

Hi, I also wrote a parser for Studierendenwerk Berlin. It does not support the OpenMensa format but maybe it helps you with your implementation: https://github.com/ekeih/OmNomNom/blob/master/canteens/studierendenwerk.py Best regards Max

kaifabian commented 7 years ago

Thanks all for your efforts of bringing back Berlins canteens to OpenMensa! :)

As the new parser implementation will be maintained in https://github.com/mswart/openmensa-parsers, this issue is a "wontfix".

kaifabian commented 6 years ago

Forgot to close this one. This repo will be archived and redirect to mswart/openmensa-parsers. Edit: or redirect to escrl/openmensa-parser-berlin, as it seems like this is the new parser used on openmensa.org.