sibalzer / impfbot

Benachrichtigungs-Bot für das niedersächische Impfportal / Notification bot for the lower saxony vaccination portal https://impfportal-niedersachsen.de
GNU General Public License v3.0
36 stars 8 forks source link

Add please a Test for Groups #39

Closed thetha closed 3 years ago

thetha commented 3 years ago

There is no proof, but it looks like sometime are slot ONLY for groups. Is there a way to check also for this?

sibalzer commented 3 years ago

I've just checked the api. there is a difference between individuals and groups in that the count parameter corresponds to the number of individuals and no birthdate is given, the age group is considered to be under 60. But not every vaccination center offers both. Currently the bot can only retrieve slots for individuals, for the next release there should be an option to retrieve groups as well.

Individual request https://www.impfportal-niedersachsen.de/portal/rest/appointments/findVaccinationCenterListFree/26871?stiko=&count=1&birthdate=-18147492000

Group request https://www.impfportal-niedersachsen.de/portal/rest/appointments/findVaccinationCenterListFree/26871?stiko=&count=5

paulypeter commented 3 years ago

If this one's already scheduled for v3.0.0, I'll look into it!

paulypeter commented 3 years ago

Sorry, I got vaccinated yesterday (yeay!), so I couldn't work on the issue yet.

sibalzer commented 3 years ago

Wup wup 🥳. no problem, i still work at #54

paulypeter commented 3 years ago

The PR for the appointment request is #66

paulypeter commented 3 years ago

There is another PR for config generation: #67

sibalzer commented 3 years ago

closed with #83