Skip to content

A Python script to check the availability of vaccine for your State, District/Pincode, and Age. Once it's available you will be notified via e-mail.

Notifications You must be signed in to change notification settings

vickxy/Covid19VaccineAvailability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19VaccineAvailability

We are looking into COWIN portal after every 5 minutes to check the availibility based on your State, District/Pincode and Age

To run this script follow the steps given below

{
	"sender": "sender's_id",
	"auth": "sender's_auth"
}
  • Enter receivers details in data.json [note mode 1 for Pincode 2 for District wise]
{
	"users":
	[
		{
			"email":"receiver@gmail.com",
			"pincode": "560068",
			"age":28,
			"mode": 2,
			"dist_id": "294"
		}
	]
}

Dependencies

  • requests
  • smtplib

About

A Python script to check the availability of vaccine for your State, District/Pincode, and Age. Once it's available you will be notified via e-mail.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published