Get the alert sound whenever vaccine is available.
Created by: https://github.com/gurushant-yb (https://www.linkedin.com/in/gurushant-jidagi-911a4413)
This app will make siren sound when there is any vaccine availability in a given pin codes
- Open main.py and add pin codes in at line number main.py:63, add only those pin codes which are nearby to your location.
- Create python environment & use these commands to run app
pip install -r requirements.txt
nohup Python -W ignore main.py > output.txt &
- Pass correct date to crawl_cowin(main.py:67) method , format is dd-mm-yyyy
- It prints the pin code(in output.txt) and starts siren noise and exits