A script to spam yourself with vaccine notifications.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Spam yourself with messages and calls (potentially) upon availability of vaccines (in India).
To get a local copy up and running follow these simple steps.
- python
- Clone the Repo
git clone https://github.com/roerohan/pls-give-vaccine.git
To start the script, run the following command:
- Using district ID
python main.py --district <district-id> --telegram <telegram-username> --dose <dose-number>
- Using pincode
python main.py --pincode <pincode> --telegram <telegram-username> --dose <dose-number>
To get a list of possible options, run -h
.
$ python3 main.py -h
To receive calls, visit https://api2.callmebot.com/txt/login.php and authenticate using telegram.
usage: main.py [-h] [--district district] [--pincode pincode] --telegram telegram [--dose dose]
Command Line Arguments for Pls Give Vaccine
optional arguments:
-h, --help show this help message and exit
--district district District ID
--pincode pincode Pincode
--telegram telegram Telegram username
--dose dose Dose Number
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
You are requested to follow the contribution guidelines specified in CONTRIBUTING.md while contributing to the project 😄.
Distributed under the MIT License. See LICENSE
for more information.