-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pratyush Ranjan edited this page May 30, 2021
·
2 revisions
The script checks for covid vaccine slot availability at cowin.gov.in every 5 min and alerts the user if slot/s are found.
The user can provide multiple pincodes and a mobile number in the user-data.txt file in the same format as given.
The only requirement for running this script is python3.
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.
Twilio and Requests. Both the packages are installed automatically through the shell script.