Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-pierce/covid-bot
A Discord bot that provides realtime, up-to-date information regarding COVID-19 cases globally.
https://github.com/kevin-pierce/covid-bot
discord-bot discord-js javascript
Last synced: about 2 months ago
JSON representation
A Discord bot that provides realtime, up-to-date information regarding COVID-19 cases globally.
- Host: GitHub
- URL: https://github.com/kevin-pierce/covid-bot
- Owner: kevin-pierce
- Created: 2020-07-16T22:10:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T22:31:09.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:16:33.942Z (almost 2 years ago)
- Topics: discord-bot, discord-js, javascript
- Language: JavaScript
- Homepage:
- Size: 2.53 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-Bot
A bot that provides real-time, daily-updated data regarding COVID-19-related cases, deaths, and recoveries. Data is retrieved from John Hopkins University (Updated every 10 minutes) through the [NovelCOVID API](https://documenter.getpostman.com/view/11144369/Szf6Z9B3?version=latest#intro).![Screenshot](assets/covidBotSS.png)
## Invite to Server
You can add COVID-Bot to your server through the invite link [here](https://discord.com/oauth2/authorize?client_id=705488136737914991&scope=bot).## Commands
- ```!cases [country name]```: Provides data regarding total cases globally or in a specified country
- ```!cases [today / yesterday] [country name]```: Provides data regarding cases today or yesterday either globally, or in a specified country
- ```!cases [historic] [number of days] [country name]```: Sends a graph of historic case numbers, going back a specified number of days (Defaulted to 30) for a specified country (Defaulted to globally)- ```!deaths```: Provides data regarding total death cases globally or in a specified country
- ```!deaths [today / yesterday] [country name]```: Provides data regarding death cases today or yesterday either globally, or in a specified country
- ```!deaths [historic] [number of days] [country name]```: Sends a graph of historic death data, going back a specified number of days (Defaulted to 30) for a specified country (Defaulted to globally)- ```!recovered [country name]```: Provides data regarding total recoveries globally or in a specified country
- ```!recovered [today / yesterday] [country name]```: Provides data regarding recoveries today or yesterday either globally, or in a specified country
- ```!recovered [historic] [number of days] [country name]```: Sends a graph of historic recoveries, going back a specified number of days (Defaulted to 30) for a specified country (Defaulted to globally)- ```!leaderboard```: Sends a list of the top 10 countries leading in number of COVID-19 cases, recoveries, and deaths
- ```!covhelp```: Lists all available commands
- ```!covhelp [command name]```: Provides details into the syntax of a specified command## Author
Kevin Pierce