Skip to content

ctbarna/covid-wait-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYC H&H Covid Testing Wait Times

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.

Setup

  1. git clone git@github.com:ctbarna/covid-wait-times.git
  2. python -m venv venv (Or setup a virtual environment in your own way)
  3. pip install -r requirements.txt
  4. python __init__.py