Giter VIP home page Giter VIP logo

vaccine_notifier's Introduction

Vaccine Notifier

Notifies when a Covid-19 vaccine is available. Currently, it sends a notification (rather, makes a beep sound) when COVAXIN is available.

  • Based on the user's requirements, he/she can be notified about the vaccine of their choice.
  • Text to Speech has been added for ease of use.

How to run?

  1. Clone the repository.
git clone https://github.com/sreyansb/Vaccine_notifier.git
  1. Create a virtual environment and install the dependencies.
cd Vaccine_notifier
virtualenv env
.\env\Scripts\activate
pip install -r requirements.txt
  1. Run the following command. (The program should be allowed to run in the background)
python .\without_whatsapp.py # for the first dose
python .\dose_2.py # for the second dose

Works for Windows systems because of the use of 'winsound'. Replace by printing the bell character instead.

Note:

Works only for BBMP district(district id: 294). To use for other states/districts:

  1. Use api-setu's state id API.

  2. Get the id of your state and use that for api-setu's district id API.

  3. Replace the district id in the code: with the required district's id.

vaccine_notifier's People

Contributors

sreyansb avatar siddharth-k-rao avatar

Stargazers

 avatar  avatar  avatar Isha Prabhakar avatar Arpit kumar avatar Sahith Kurapati avatar

Watchers

 avatar

Forkers

siddharth-k-rao

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.