The python script in this file checks for appointments for COVID-19 vaccinations with Dr. Sirfy in Laim, München.
It optionally sends a WhatsApp message with the appointment date via Twilio. To use the Twilio service:
- follow this tutorial to set up an sandbox account with twilio.
- Ensure to activate the WhatsApp Sandbox from Whatsapp Sandbox page by sending the unique message to Twilio number.
- Create/Set the
TWILIO_SID
,TWILIO_AUTH_TOKEN
andTWILIO_NUMBER
environment variables tha values used in the Whatsapp Sandbox. - set the
skip_whatapp
flag in the code toFalse