covid19
Platypush documentation
covid19
- class platypush.plugins.covid19.Covid19Plugin(country: Union[str, List[str]] = 'world', **kwargs)[source]
Bases:
Plugin
Monitor the diffusion data of the COVID-19 pandemic by using the public API at https://api.covid19api.com.
- __init__(country: Union[str, List[str]] = 'world', **kwargs)[source]
- Parameters:
country –
Default country (or list of countries) to retrieve the stats for. It can either be the full country name or the country code. Special values:
world
: Get worldwide stats (default).all
: Get all the available stats.