An asynchronous wrapper for the corona.lmao.ninja API written in Python.


Keywords
coronavirus, covid-19
License
MIT
Install
pip install corona-api==0.9.0

Documentation

python-corona-api

An asynchronous wrapper for the NovelCOVID API written in Python.

This is designed for bots using discord.py but there is no discord-specific code so you are free to use this in any project as required.

Requirements

  • Python 3.5 or above
  • aiohttp (python3 -m pip install -U aiohttp)

Installation

Using pip (recommended)

  • python3 -m pip install -U corona_api

Support

Get support for this over on Discord.

Examples

Discord bot

There is an example cog for your Discord bot here.