jeroendelfos / scrape_prullenbakvaccin

MIT License
0 stars 1 forks source link

Change detection scheme #5

Open huiskesmartijn opened 3 years ago

huiskesmartijn commented 3 years ago

Bot broke due to a change in the way they show whether vaccines are available. Looks like they don't like us haha.

image

huiskesmartijn commented 3 years ago

Looking for "Gegevens pas beschikbaar tijdens prikmoment." instead of "Heeft geen vaccins" might fix the problem, unless they add some non-visible text as well in case a vaccine is available.

We could try getCssValue("color"), to distinguish between the green/red color which changes when vaccines are available. Might try later. image

jeroendelfos commented 3 years ago

I don't get any error on running the program.

driver.find_element_by_class_name("card-body").text

yields "Heeft geen vaccin ..."

jeroendelfos commented 3 years ago

I see that push notifications are now offered by the website. Might make this project obsolete.