GabrielTheophilo / CovidApiScript

Script for loading data related to the Covid-19 pandemic. It can fetch updated or historical data and print it in a json or txt file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CovidApiScript

Script to load historical or updated data about the spread of Coronavírus. The script brings global data but allows the user to refine the search to retrieve data about a specific country

Usage

1 - Clone this repository

git clone https://github.com/GabrielTheophilo/CovidApiScript.git

2 - cd into cloned folder and edit "apikey.py"

3 - Create an account on RapidApi and generate an access code for this API aqui

4 - Insert your key on this variable

ApiKey = "INSIRA SUA CHAVE AQUI"

5 - Return to the terminal and run

python covidapisearch.py

6 - The script will generate a text file(.txt) or a json(.json) no your desktop or script folder

Requirements

Python 3.x.x is necessary to run this script

Be safe

About

Script for loading data related to the Covid-19 pandemic. It can fetch updated or historical data and print it in a json or txt file.

License:MIT License


Languages

Language:Python 100.0%