Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackparsonss/covid-tracker-bot

A project made for HackED 2021
https://github.com/jackparsonss/covid-tracker-bot

bot covid-19 hackathon hackathon-project

Last synced: 11 days ago
JSON representation

A project made for HackED 2021

Awesome Lists containing this project

README

        

# Covid-Tracker-Bot

Project for HackED 2021
In this project we created a discord bot which used the Johns Jopkins university api to fetch covid-19 related data, as well the wikipedia api was used for a summary of the virus and the discord api to put everything together, this data is displayed using various commands listed below

| Commands | Description |
| -------------------- | ----------------------------------------------------------------------- |
| !info | Displays a summary of the Covid-19 virus |
| !commands | Lists all other commands |
| !cases (country) | Displays the number of active cases of selected country |
| !deaths (country) | Displays the number of deaths of selected country |
| !recovered (country) | Displays the number of recovered people of selected country |
| !tests (country) | Displays the number of people tested in selected country |
| !critical (country) | Displays the number of people in critical condition in selected country |
| !vaccines (country) | Displays the number of vaccines given out in selected country |
| !rank (int) | Displays the top (param) rank of countries based on number of deaths |
| !total | Displays the global data across multiple criteria |
| !sam | Top Secret Command |

### How to Run:
python bot.py

### Dependencies:
pip install covid
pip install discord.py
pip install wikipedia
pip install requests-html