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
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
Python 3.x.x is necessary to run this script
Be safe