Simple API to get data from https://covidtracking.com
Project description
Covid Tracking API
Simple API to get data from https://covidtracking.com
>>> import sys
>>> sys.path.append('src')
>>> from covidtracking import CovidTracking
>>> c = CovidTracking()
>>> x = c.states() # Get all states
>>> ga = c.states('GA') # Get only Georgia data
>>> twoStates = c.states('GA', 'SC') # You can pass multiple filters
The data is cached, since it's not updated constantly. To refresh, call clear()
first.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for covidtracking-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 479000c7b2432989f087331c5034014d3e65889980ab9f64ddbcd2b07d6de84a |
|
MD5 | 506990b4623135d1ec941675c2711928 |
|
BLAKE2b-256 | 7e5af92efa097c41920bcf43d1cb1156c81b28f4a6e071f7156dd85e03fc15a2 |