akshattrivedi / India-Covid-Vaccine-Auto-Notifier

A Python-Django based web application that finds the available vaccine slots in real-time from Govt.'s CoWin website with auto-refresh functionality to capture slots in every time interval and notifies with a notification sound.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

India-Covid-Vaccine-Auto-Notifier

A Python-Django based web application that finds the available vaccine slots in real-time from Govt.'s CoWin website with auto-refresh functionality to capture slots in every time interval and notifies with a notification sound.

Pre-Requisites

Python3 with pip3 installation

Usage

  • Clone the repository:
$ git clone https://github.com/akshattrivedi/India-Covid-Vaccine-Notifier

  • Install all the dependent packages:
$ pip3 install -r requirements.txt

  • Run the Django web server:

    For Windows:

    $ python manage.py runserver
    

    For Linux:

    $ python3 manage.py runserver
    
  • Hit the web server and you're done:

    http://127.0.0.1:8000

PostScript

Sorry for the bad UI. I am a backend developer. I tried my best to develop this kind of UI. 😅

Would appreciate it if someone contributes towards UI. Thanks! 😊

Hits

About

A Python-Django based web application that finds the available vaccine slots in real-time from Govt.'s CoWin website with auto-refresh functionality to capture slots in every time interval and notifies with a notification sound.

License:MIT License


Languages

Language:Python 27.8%Language:CSS 24.3%Language:HTML 22.3%Language:JavaScript 12.9%Language:Jupyter Notebook 12.7%