This is python powered application made only for educational purpose, The author does not take any legal responsibility of using this software in commercial and personal use.
- Auto Book, Reschedule and cancel vaccination slots
- Remembers last used settings. No need to enter details again and again
- Enhanced searching option
- Automatically downloads your appointment slip after booking
- Automatic OTP generation
- Auto re-login feature if application face an unexpected error
- Search By your area pin code
- High Probability that a slot will be booked in 1-2 try
- Change intelligent attributes manually from appsettings.json
Don't change app settings.json if you are not aware of handling json files
This application requires Python v3.7+ to run.
Install the dependencies and devDependencies and start the program.
python -m pip install -r ./requirements.txt
- For Booking Use schedule_slot.py
- For Rescheduling use reschedule_slot.py
- For Cancellation use cancel_slot.py
- Follow the application instructions
- Check appsettings.json to change settings manually
All pull requests are highly appreciable. Feel free to discuss with me regarding the project. Feel free to report issues.