StevenKowalzik / Mensa-Bremen-API

This API scrapes the Mensa Bremen website and provides a json version of the foodplan. Used by mensabremen.de
https://api.mensabremen.de
12 stars 0 forks source link

Implement Food Notes #4

Open StevenKowalzik opened 5 years ago

StevenKowalzik commented 5 years ago

The Studentenwerk website https://www.stw-bremen.de/de/essen-trinken/uni-mensa shows Symbols according to certain ingredients like Pork, Fish or a Vegan Mention. These could be implemented into the API aswell, providing more information about the different meals.

gv11181989 commented 4 years ago

Hi,

I am trying to make a Telegram bot using this api to send day's menu as message to a telegram channel. I wanted to add a feature where subscribers can send a message for example "vegan" to receive a filtered menu.

https://github.com/gv11181989/UniBremenMensaAlerts

I am a rookie so I'll appreciate your inputs. Thanks in advance.

StevenKowalzik commented 4 years ago

Hi, you need the information already within the API-Response, since this information has to be taken directly from the mensa website. So before you filter in your application, this feature has to be implemented in the api first.

I don’t have much time developing this app and am just hosting/maintaining it nowadays, so feel free to try to implement this feature. Since its Hacktoberfest chances are better than ever that someone will implement it.