Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 891 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 891 Bytes

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