CAVaccineInventory / vaccine-feed-ingest

Tools to download and aggregate feeds of vaccination clinic location information in the United States.
MIT License
26 stars 45 forks source link

fetch ut/state #533

Closed Vaccinebot closed 3 years ago

Vaccinebot commented 3 years ago

learn our pipeline: fetch

Fetch data from: https://coronavirus.utah.gov/vaccine-distribution/

Put your script in a file named: ut/state/fetch.sh (or fetch.sh, etc.)

Store it (without processing) in a new file created in the directory passed as the first argument (sys.argv[1]).

Check the wiki to learn more about the purpose of the fetch stage and how to get set up for development!

Tips

  1. While working on your code, run it at any point:
    poetry run vaccine-feed-ingest fetch ut/state
eliblock commented 3 years ago

Closing for reasons explained in #580