Co-win slot tracker is app that sends you a mail as soon as covid vaccination slot is available in your area.
- Download the file app.py
- Change Pincode and date
pincode = 'xxxxxx'
date = '09-05-2021' # date for which appointment is required
- Add sender email address and app password at this section of the code
user = '[email protected]'
app_password = 'jcxajkygiqnukudg' # a token for gmail
- Run it with python app.py in cmd as
python app.py '<planned_date>' '<min_age_limit>'
In order to get emails, you need to make configuration changes in your gmail account. Follow the instructions at https://towardsdatascience.com/automate-sending-emails-with-gmail-in-python-449cc0c3c317 to make those configurations.