View on GitHub

Cowin-Alert

A script that will notify you when a FREE vaccination slot is available on https://www.cowin.gov.in/ as per your preferred Pin Codes

Requirements

Features

Installation

Install Dependecies using command 👇

pip install -r requirements.txt

Create a .env file in the root directory and add the following credentials

PINCODES=
gmail = 
gmailPassword = 
receiverEmail = 

Note:

How to run?

Use command

python tracker .py

HEADLESS/GUI

You can turn ON/OFF Headless/GUI mode of chrome by commenting/uncommenting line 10 of tracker.py

How to Stop?

Just close the script.

How to change frequency of email?

Edit line 46 of tracker.py Note: give input in sec eg. 1hours = 3600 sec

TO DO