A Covid-19 and monkeypox cases tracker bot made for the popular social media app Discord. The bot tracks:
- new cases, hospitalizations, ICU cases for COVID-19 in Ontario, Canada
- Covid N1 and N2 gene concentrations in Ontario's wastewater, and
- Monkeypox cases worldwide
If you want to add this bot to your server, use this invite link!
If you'd like to contribute with areas such as code improvement, or data visualization, etc., feel free to open a PR and I will take a look.
For COVID-19 data:
-
The bot pulls all its data from here for the case numbers and here for the wastewater data
-
The bot parses and extracts the data, plots the case numbers and embed the plots in a discord
Embed
object
For Monkeypox data:
-
The bot pulls all its data from here
-
The bot then extracts the numbers for the top 5 countries with the highest number of cases, and embeds it in an
Embed
object
Add visualizations for Monkeypox case numbers, aka a way to visualize how cases have been changing over time. Figre out a better way to present COVID-19 case plots.