Stay alert for vaccination slots in your area.
- Python v3.8+
- Gmail Account (enable 2-step-verification)
-
Clone this repo on your local machine
-
It's recommended to create a virtual environment for this project
-
Install required packages by executing below command in terminal:
python -m pip install -r requirements.txt
-
Create a copy of
.env.example
file and rename it to.env
-
Update
.env
as per your requirements -
Run
vaccine-availability-checker.py
python script by executing below command in terminal:python vaccine-availability-checker.py
Now, sit back and relax... your robot will keep eye on the vaccination slot and let you know when it gets available.
Please refer LICENSE before using this project.