shubham-thakare / cowin-vaccine-availability-indicator

Stay alert for vaccination slots in your area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoWin Vaccine Availability Indicator Bot

Stay alert for vaccination slots in your area.

Pre-requisites

  1. Python v3.8+
  2. Gmail Account (enable 2-step-verification)

How to run?

  1. Clone this repo on your local machine

  2. It's recommended to create a virtual environment for this project

  3. Install required packages by executing below command in terminal:

    python -m pip install -r requirements.txt 
  4. Create a copy of .env.example file and rename it to .env

  5. Update .env as per your requirements

  6. 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.

email_notification_scrrenshot

Please refer LICENSE before using this project.

About

Stay alert for vaccination slots in your area.

License:Apache License 2.0


Languages

Language:Python 94.8%Language:Shell 5.2%