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.
Python3 with pip3 installation
- 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:
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! 😊