Discord Call Statistics

Language: Python
Environment: Discord Bot
Role: Solo Developer

Tracking Friends with Python

Python
Discord.PY
Plotly

2021

Throughout the pandemic, one of the best ways I was able to keep in contact with friends was through discord. Discord is a VoIP digital communication platform that provides voice and text communication with others. Discord is filled with bots that provide users with new and unique features that are not provided normally.

I created this bot to observe voice activity over a voice channel and provide users with interesting statistics about the call. This bot was created with the discord.py library which has useful decorators and functions that allow you to communicate with discord servers. Additionally, I used Plotly, a python graphing library, to create an interesting visualization of the collected statistics.