DOLARIK / cowin_availability

a package for cowin (india) vaccine availability check, bookings and registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoWIN Vaccine Availability

Usage:

python3 utils.py [pincode] [duration (in sec)] [freq (in Hz)] [cadence] [sleep_time] [num_days]
  • pincode: pincode
  • duration: duration of buzzer (buzzes if it finds availability of vaccines in that pincode)
  • freq: sound frequency of buzzer
  • cadence: the number of times the buzzer is going to buzz
  • sleep_time: number of seconds to sleep before running the script again
  • num_days: number of days ahead of today to check for

Eg:

python3 utils.py 410206 1 440 3 60 5

About

a package for cowin (india) vaccine availability check, bookings and registration


Languages

Language:Python 100.0%