Skip to content

Python script to get notified for vaccine slot availability through email

License

Notifications You must be signed in to change notification settings

Pinqua/Cowin-Vaccine-Slot-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


COWIN Vaccine Slot Notifier

Python script to get notified for vaccine slot availability through email

Acknowledgements

Run Locally

Clone the project

  git clone https://github.com/Pinqua/Cowin-Vaccine-Slot-Notifier.git

Go to the project directory

  cd Cowin-Vaccine-Slot-Notifier

Install dependencies

  pip install -r requirements.txt

Add required values in script.py

   # To send email you need to follow these steps:
   #    1. Go to your google account settings.
   #    2. Now go to the security tab or section.
   #    3. From there go the app passwords.
   #    4. Now generate a password for gmail and window device.
   #    5. Now use your email id and generated password for sending mail. 

   SMTP_EMAIL =  # Add email address here.
   SMTP_PASSWORD =   # Add password here generated by following the above steps.

Run Script

  python script.py

Contributing

Contributions are always welcome!

License

MIT



If you liked the repository, show your ❤️ by starring and forking it.

Releases

No releases published

Packages

No packages published

Languages