Skip to content
Pratyush Ranjan edited this page May 30, 2021 · 2 revisions

SLOT-ALERT

About

The script checks for covid vaccine slot availability at cowin.gov.in every 5 min and alerts the user 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

The only requirement for running this script is python3.

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.

Clone this wiki locally