Skip to content

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

Notifications You must be signed in to change notification settings

akshattrivedi/India-Covid-Vaccine-Auto-Notifier

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published