An open API service indexing awesome lists of open source software.

https://github.com/cluzier/python-covid19

Fetches the latest COVID-19 data from thevirustracker.com
https://github.com/cluzier/python-covid19

api covid-19 python scrape tracker

Last synced: 4 days ago
JSON representation

Fetches the latest COVID-19 data from thevirustracker.com

Awesome Lists containing this project

README

        

# 🦠 Python Covid Tracker

Fetches the latest COVID-19 data from [thevirustracker.com](thevirustracker.com)

## Installation

Use the package manager, ([you can check out how to set it up here](https://evansdianga.com/install-pip-osx/)) to install dependencies.

```bash
pip3 install requests
```

## Usage

```python
python3 covid.py
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)