Python script to get notified for vaccine slot availability through email
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
Contributions are always welcome!
If you liked the repository, show your ❤️ by starring and forking it.