Skip to main content

coroapi is fast and up-to-date Covid-19 API

Project description

Covid-19 Tracker API :microbe:

Provides up-to-date data about Coronavirus outbreak. Includes numbers about confirmed cases, deaths and recovered.

Available data-sources:

Currently only 2 data-sources is available to retrieve the data:

  • Epidemic Stats - All statistics data about coronavirus COVID-19 comes from World Health Organization and Johns Hopkins CSSE. Charts includes number of infected, deaths and recovered.

  • Virusncov - All statistics data about coronavirus COVID-19 comes from World Health Organization

How it works

The module emulates the browser actions by sending requests to the site server. The module doesn't load any type of files while sending requests to the site and that makes it faster. The module is scraping the website source code, and returning the final result.

Features

  • Provides Fast, and Up-to-Date data about the Coronavirus outbreak
  • A lot of supported countries (up to 100)

Installation

  • pip3 install covid19-api

When there's new release, you need to update the package

  • pip3 install covid19-api==1.0 --upgrade

Simple Usage

# All results is right to today (1/22/2021)
# list of supported countries can be printed out | print(instance.countries)

import coroapi

instance = coroapi.Corona()

global_stats = instance.global_stats(text=False)
print(global_stats)

<< ['98135997', '2101562', '70548362', 'usa']

If there's any problem:

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

covid19-api-1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page