Skip to content

Get coronavirus information of any country with COVID19 api

Notifications You must be signed in to change notification settings

SlavPH/CoronaVirus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CoronaVirus

Get coronavirus information of any country with X-Rapid api

COVID19

What is this and how this works?

❖ COVID-19 is a completely FREE API that allows you to follow the progress of the coronavirus around the world.
❖ This api is FREE for all users.
❖ The amount of requests is Unlimited
❖ And the Rate Limit is 60 requests per minute

NOTE!
Before using this tool, you need to get your X-RapidAPI-Key.
And also you need to Subscribe to this API to use it!

Links!
Get your X-RapidAPI-Key by signing up: RapidAPI
Subscribe to API: Subscribe
The API used in this tool: Covid 19

Requirements

[1] You need X-RapidAPI-Key.
[2] You need Python installed in your machine

Config

! Edit covid.py and add your X-RapidAPI-Key in line 21

Installation

[1] Install Python and Git
[2] git clone https://github.com/SlavPH/CoronaVirus
[3] cd CoronaVirus
[4] chmod +x covid.py
[5] ./covid.py

One line Installation

git clone https://github.com/SlavPH/CoronaVirus && cd CoronaVirus && chmod +x covid.py

Access Error

! If Api is not working in your country, you can run this tool with TOR
! Install Proxychains and config it!
! Then use this tool with proxychains:

proxychains ./covid.py

Thanks