Skip to content

A python script that checks for vaccine slot availability every 3 mins at the provided pincodes and alerts the user through an SMS to the provided mobile number if slot/s are found.

Notifications You must be signed in to change notification settings

pratyushranjan2/Slot-Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

SLOT-ALERT

About

The script checks for covid vaccine slot availability at cowin.gov.in every 3 min and alerts the user through an sms if slot/s are found.

Providing pincodes and mobile number

The user can provide multiple pincodes and a mobile number in the user-data.txt file in the same format as given.

Requirements

python3 is required.
The user must create a free twilio trial account and replace account_sid, auth_token and service_no in Network.py

Execution

To facilitate one command processing, a shell script is added.
Go to the project directory and copy paste the following command on terminal to start the process
bash process.sh
All the required packages will be installed and the process will start.

External packages used

Twilio and Requests.
Both the packages are installed automatically through the shell script.

About

A python script that checks for vaccine slot availability every 3 mins at the provided pincodes and alerts the user through an SMS to the provided mobile number if slot/s are found.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published