Pls Give Vaccine

A script to spam yourself with vaccine notifications.

Spam yourself with messages and calls (potentially) upon availability of vaccines (in India).

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • python

Installation

  1. Clone the Repo
git clone https://github.com/roerohan/pls-give-vaccine.git
cd pls-give-vaccine

Usage

To start the script, run the following command:

  • Using district ID
python src/main.py --district <district-id> --telegram <telegram-username> --dose <dose-number>
  • Using pincode
python src/main.py --pincode <pincode> --telegram <telegram-username> --dose <dose-number>

To get a list of possible options, run -h.

$ python src/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 (1 or 2)

Roadmap

See the open issues for a list of proposed features (and known issues).

GitHub

https://github.com/roerohan/pls-give-vaccine