Simple COVID vaccination alert. Check if any slots available in your locality and get email notification right away.
-
install python
-
run pip install -r requirements.txt to install necessary packages.
-
configure 'send_email.py'
-
at the top in 'scrape.py' and set the following params:
a. PINCODES
b. PAYMENT_MODE
c. AGE_LIMIT
-
run 'scrape.py' file
-
Optionally, to periodically check if any slots available in the given pincodes.
a. create a task scheduler on windows. For reference follow this link
For any queries, feel free to drop me an email at [email protected]