py-cowin-termux/README.md
2021-05-12 14:42:45 +05:30

1.4 KiB

COWIN VACCINE AVAILABILITY NOTIFIER

Get notified on your phone when there is a vaccine slot available at your location, by running a script on your phone. Uses Co-Win public APIs.

Getting Started

By using Tremux you can run script and recieve the notification on your phone.

  • Setting Up Termux

    • Install Termux App Link.

    • Install Termux:API App on phone to recieve notifications Link.

  • Installing Packages

    • Install Python

      pkg install python
      
    • Install Termux-API Package

      pkg install termux-api
      
    • Clone Repo

      git clone https://github.com/truroshan/cowin-termux
      
    • Install Requirements.txt using pip

      pip install -r requirements.txt
      

Running Script

Install python, if not already installed on Termux. Then run the following command:

python cowin.py --p <PIN-CODE> --a <YOUR-AGE> --t <INTERVAL-MINUTE>

Replace the arguments above with the required values like mentioned below

  • Replace --p=<PIN-CODE> with your pincode.

Optional arguments accepted:

  • Pass --a=<YOUR-AGE> with your age (default is 45).

  • Pass --t=<INTERVAL-IN-MINUTES> to change the frequency of calling Cowin API (default is 3 mins).