All Projects → shaileshaanand → vaccine-alarm

shaileshaanand / vaccine-alarm

Licence: other
Check for Vaccine availability in a district at specified intervals and sounds a loud alarm when a slot is available.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vaccine-alarm

CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+363.64%)
Mutual labels:  covid-19, covid19, cowin, cowin-vaccine-tracker, cowin-alerts
cowin-vaccine-booking
The app enables tracking coivid vaccine availability and automatically book a vaccination slot. This is based on Cowin API and supports the recently added Captcha code of Cowin.
Stars: ✭ 150 (+581.82%)
Mutual labels:  covid-19, covid19, cowin
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+109.09%)
Mutual labels:  covid-19, covid19
cwa-qr
Python Implementation of the CoronaWarnApp (CWA) Event Registration
Stars: ✭ 17 (-22.73%)
Mutual labels:  covid-19, covid19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+454.55%)
Mutual labels:  covid-19, covid19
open-data-covid-19
Open Data Repository for the Covid-19 dataset.
Stars: ✭ 19 (-13.64%)
Mutual labels:  covid-19, covid19
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (+27.27%)
Mutual labels:  covid-19, covid19
covid-19-stats
Get the latest COVID-19 statistics by country
Stars: ✭ 41 (+86.36%)
Mutual labels:  covid-19, covid19
rcvr-app
recover provides localities a privacy-compliant, safe, and easy way for their guests to check in. See https://www.recoverapp.de/ for more details.
Stars: ✭ 43 (+95.45%)
Mutual labels:  covid-19, covid19
CovidVaccineNotifier
Get notified with available vaccination centres via SMS
Stars: ✭ 21 (-4.55%)
Mutual labels:  covid-19, cowin-vaccine-tracker
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+72.73%)
Mutual labels:  covid-19, covid19
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (+59.09%)
Mutual labels:  covid-19, covid19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+95.45%)
Mutual labels:  covid-19, covid19
api-service
The REST API backend server for the Jalgaon CoHelp application. Built with Kotlin Ktor.
Stars: ✭ 26 (+18.18%)
Mutual labels:  covid-19, covid19
vaccine-tracker
Covid Vaccine tracker from cowin.gov.in
Stars: ✭ 32 (+45.45%)
Mutual labels:  vaccine, cowin
Korea-Covid-19-Vaccine-Reservation
💉 코로나 잔여백신 예약 매크로 커스텀 빌드 (속도 향상 버전)
Stars: ✭ 22 (+0%)
Mutual labels:  vaccine, covid-19
FaceMaskDetector
Real time face-mask detection using Deep Learning and OpenCV
Stars: ✭ 106 (+381.82%)
Mutual labels:  covid-19, covid19
auto-vaccine-appointment
Automatically searches for and completes booking of Covid-19 vaccination appointment. New York State only.
Stars: ✭ 12 (-45.45%)
Mutual labels:  vaccine, covid-19
vaccipy
Automatische Impfterminbuchung für www.impfterminservice.de
Stars: ✭ 548 (+2390.91%)
Mutual labels:  vaccine, covid-19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (+27.27%)
Mutual labels:  covid-19, covid19

Vaccine Alarm

Check for Vaccine availability in a district at specified intervals and sounds a loud alarm when a slot ia available.

Usage

Get your district ID here

Usage: check.py [OPTIONS]

  Checks for Vaccine availablity in a district at specified intervals and
  sounds a loud alarm when a slot ia available.

Options:
  -id, --district-id INTEGER  District ID from Cowin API, Get your district ID
                              at http://bit.ly/districtid  [required]

  -d, --delay INTEGER         Delay between each request (in seconds).
                              Default: 60 sec

  -l, --age-limit INTEGER     Minimum age limit, Eg. 18 will trigger only for
                              above 18. Default: 18

  -b, --blacklist INTEGER     Pincodes to exclude in your district, will not
                              trigger for these pincodes.

  -s, --min-seats INTEGER     Minimum number of seats to ensure for trigger.
                              Default: 1

  -h, --help                  Show this message and exit.

Install Dependencies

pipenv install

or

pip install -r requirements.txt

Run checker

python src/check.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].