This script periodically logs the current availability of vaccine doses in the given cities and shouts when your desired vaccine(s) become(s) available!
In a bash environment, run:
git clone https://github.com/Amirh0sseinHZ/WhereIsMyVaccine && ./WhereIsMyVaccine/wimv.sh
We are dependent on say for TTS.
- Add your desired vaccines from the provided list to the
DesiredVaccines
array:
: '
The list of vaccines to choose from:
- Moderna
- Comirnaty (Pfizer)
- Vaxzevria (AstraZeneca)
- Janssen
'
DesiredVaccines=('Comirnaty (Pfizer)')
- Add your desired cities from the provided list to the
DesiredCities
array:
: '
The list of cities to choose from:
- Kaunas
- Vilnius
'
DesiredCities=('Kaunas' 'Vilnius')