bhattbhavesh91 / cowin-vaccination-slot-availability

Script to check the available slots for Covid-19 Vaccination Centers from CoWIN API in India.
Apache License 2.0
305 stars 273 forks source link
covid-19 covid19-data covid19-vaccination covid19-vaccine-notification cowin cowin-api cowin-vaccine-tracker india python python-script vaccination-tracker vaccine-availability vaccine-tracker

CoWIN vaccination slot availability using Python

Script to check the available slots for Covid-19 Vaccination Centers from CoWIN API in India. This CANNOT book slots automatically. The Indian Government had blocked the API for crawlers, but we are good to go.

If you like my work, you can support me by buying me a coffee by clicking the link below

Buy Me A Coffee

The CoWin API currently states : "Further, these APIs are subject to a rate limit of 100 API calls per 5 minutes per IP". I tried deploying the Web Application but the API is blocking the request. You can easily run the web application on your machine by following the steps mentioned below.  

Update

I am humbled to see the overwhelming response that this project has received so far. Feel free to create amazing applications on top of this project. Due to my schedule, I won't be able to allot more time to this project. So there won't be any additional commits to this project.

Installing Python

Python is a programming language that is powerful but easy to learn. It is free, platform-independent, and popular among scientists.

Recommended Method: Anaconda

The Anaconda Python distribution is an easily-installable bundle of Python and many of the libraries used throughout this class. Unless you have a good reason not to, we recommend that you use Anaconda.

Mac/Linux users

  1. Download the appropriate version of Anaconda

  2. Follow the instructions on that page to run the installer

  3. Test it out: open a terminal window, and type python, you should see something like

    Python 3.8.3 (default, Jul  2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32

    If Anaconda doesn't appear on the first line, you are using a different version of Python. See the troubleshooting section below.

  4. Test out the IPython notebook: open a Terminal window, and type ipython notebook. A new browser window should pop up.

  5. Click New Notebook to create a new notebook file

  6. Update IPython to the newest version by typing conda update ipython at the command line

Windows Users

  1. Download the appropriate version of Anaconda
  2. Follow the instructions on that page to run the installer.
  3. Go to Start and Run Jupyter Notebook.
  4. Click New Notebook, which should open a new page.

Usage

Demo

Articles

  Link to the article 1
  Link to the article 2

To view the video

or click on the image below

Python Script to Track Available Slots For Covid-19 Vaccinations in India

Hits

Want to know more about me?

Follow Me

Show your support by starring the repository 😊