Pinqua / Cowin-Vaccine-Slot-Notifier

Python script to get notified for vaccine slot availability through email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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.

About

Python script to get notified for vaccine slot availability through email

License:MIT License


Languages

Language:Python 100.0%