Skip to content

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

Notifications You must be signed in to change notification settings

amir-ziaei/WhereIsMyVaccine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages