Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

47 lines (23 loc) · 1.05 KB

dailycovid - Easily get covid updates

Pypi installation

pip3 install dailycovid

Usage

Simplest

dailycovid --plot -s statecode

Specific Counties in a State or Whole States

You can now use an arbitrary number of arguments with -s or -sc.

dailycovid -sc ny-albany ca-orange "California-Los Angeles"

dailycovid -s DELAWARE MA

Here are three ways to do the same thing.

dailycovid -sc "California-Los Angeles"

dailycovid -s CA -c "Los Angeles"

dailycovid --state CA --county "Los Angeles"

Making Plots

Use --plot or -p to make the plots.

Updating Data

On the first run it will download a csv file containing the most recent data.

Use dailycovid -g to update the cache.

Examples of plots

'image'

image

image