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
- Host: GitHub
- URL: https://github.com/cluzier/python-covid19
- Owner: cluzier
- License: mit
- Created: 2020-04-09T03:40:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T03:48:36.000Z (about 5 years ago)
- Last Synced: 2025-02-18T01:32:38.844Z (3 months ago)
- Topics: api, covid-19, python, scrape, tracker
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)