joshuajung / 116117bot

A proof of concept bot, checking impfterminservice.de for available COVID-19 vaccination appointments.
MIT License
34 stars 16 forks source link

merging of qualifications results into wrong data #16

Closed not-a-feature closed 3 years ago

not-a-feature commented 3 years ago

As the new vaccination recommendation is here, it is no longer possible to get the status of BioNTech (L920), Moderna (L921) and AstraZeneca (L922) separately.

The new vaccine list merges the three together:

[{
    "qualification": "L920",
    "name": "Comirnaty (BioNTech)",
     "interval": 21,
    "age": "16-17"
 },{
    "qualification": "L921",
    "name": "mRNA-1273 (Moderna)",
    "tssname": "Moderna, BioNTech, AstraZeneca",
    "interval": 28,
    "age": "18+"
}]

The /rest/suche/termincheck?plz=XXXXX&leistungsmerkmale=LXXX API is returning for L921/L922 now coupled values. They introduced the vaccination change today (07.03.2021) at around 14:40 and coupled the values today at 19:40.

grafik

joshuajung commented 3 years ago

Thanks for alerting me to this! Impfterminmonitor will be updated in a while. I think this repo doesn't need any changes, so I'll close the issue for now. Please feel free to reopen if otherwise.