Skip to content

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

Notifications You must be signed in to change notification settings

zpratikpathak/Cowin-Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 3.8.x
  • Chrome Browser 92.0.x.x

Features

  • Imitate Human Behaviour
  • CoWin API Independent
  • No API restriction

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 = 
  • Add pincodes separated by Space eg. PINCODES=12345 12343 12343
  • Add gmail Username
  • Add gmail Password
  • Add receiverEmail on which you want to receive email notification.

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

  • Add various deployment Compatability

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages