Skip to content

sxddhxrthx/Co-WIN-Slot-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Co-WIN-Slot-Tracker

Co-win slot tracker is app that sends you a mail as soon as covid vaccination slot is available in your area.


Usage

  1. Download the file app.py
  2. Change Pincode and date
pincode = 'xxxxxx'
date = '09-05-2021' # date for which appointment is required
  1. Add sender email address and app password at this section of the code
user = '[email protected]'
app_password = 'jcxajkygiqnukudg' # a token for gmail
  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages