Skip to content

Two methods in Python for checking the number of PCR Tests available on the HSE system

License

Notifications You must be signed in to change notification settings

baztastic/hse-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hse-bot

This was a lockdown project from January 2022 to keep myself busy during COVID isolation. The specifics of the website are almost certainly out of date when you're reading this.

Two methods in Python for checking the number of PCR Tests available on the HSE system

hse_bot.py

This uses Selenium to click on buttons on the HSE website. It runs in the background (headless) and prints and logs available slots.

hse_rest.py

This uses the HSE's REST API to directly query the number of available slots. It's a reimplementation of the API calls from here using the requests python package.

About

Two methods in Python for checking the number of PCR Tests available on the HSE system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages