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.git
python -m venv venv
(Or setup a virtual environment in your own way)pip install -r requirements.txt
python __init__.py