Skip to content

Lixissimus/poll-vac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poll Vac

Implemented for Python 3.

Install the required Python modules via pip.

pip install -r requirements.txt

Then create a settings.json file with the structure of the example file. To get the actual URLs, you can use e.g. the Chrome dev tools and monitor the network tab. When selecting a location and vaccination type, you can see the request URL in there. However, the URLs in the example file seem to be quite stable, only the start date needs to be updated every day.

An audio file can be configured to be played when an available date is detected. Download a file e.g. from here and configure the file name inside the settings file.

To start polling for dates, execute:

python poll.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages