Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 900 Bytes

README.md

File metadata and controls

33 lines (31 loc) · 900 Bytes

WhereIsMyVaccine

This script periodically logs the current availability of vaccine doses in the given cities and shouts when your desired vaccine(s) become(s) available! Demo

How to use

In a bash environment, run:

git clone https://github.com/Amirh0sseinHZ/WhereIsMyVaccine && ./WhereIsMyVaccine/wimv.sh

In order to configure the notification voice:

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')