Uses GitHub Actions to run a recurring job that downloads the city's public testing site wait times PDF and converts it into a CSV and then updates a gist.
The script was written based on the formatting of the PDF on 12/17/2021.
git clone [email protected]:ctbarna/covid-wait-times.gitpython -m venv venv(Or setup a virtual environment in your own way)pip install -r requirements.txtpython __init__.py