COVID19Tracking / covid-tracking

urlwatch configuration to monitor state COVID-19 data
Apache License 2.0
106 stars 23 forks source link

As of March 7, 2021 we are no longer collecting new dataLearn about available federal data.


covid-tracking

Tracking state test counts. Posting diff changes every ~30mins to #urlwatch in COVID-Tracking.

Installation

urls.yaml

This is a config file for urlwatch to detect changes to health department pages (see list here) and report them to a Slack channel for further analysis.

urlwatch is running this fork with patches to allow in-browser execution for the pages that need it and webhook reporting of changed pages for IFTTT integration.

Getting started with modifying urls.yaml filters

Note, this does not cover environment setup, but please ask in #coding if you have any issues/questions around getting dependencies setup and running. Lots of Python folks to help out!

Jump into the repo root directory: cd PATH/covid-tracking

Output the current list of watchers: urlwatch --urls urls.yaml --list

Test the filter you're interested in, using the number from the --list command: urlwatch --urls urls.yaml --test-filter FILTER_NUM

And now the fun part:

Most important, keep an eye on #urlwatch! These pages are changing/going down/implementing new rules daily at this point. Responding quickly will keep everyone informed and updated on these data changes.

TODO