Skip to content

Instantly share code, notes, and snippets.

View Chris-Perkins's full-sized avatar
🐹
All right everybody now here we go! It's a brand new version of the do see do

Nep Perkins Chris-Perkins

🐹
All right everybody now here we go! It's a brand new version of the do see do
View GitHub Profile
@Chris-Perkins
Chris-Perkins / Discord Message Count Plotter.py
Last active April 15, 2020 07:14
Plots the number of discord messages sent by user per month
# Plots the top 10 messagers on a given server using files in the format provided by the defaults in this tool:
# https://github.com/Tyrrrz/DiscordChatExporter
# Simply place this file in the exported chat logs, run it, and away you go :)
from html.parser import HTMLParser
from datetime import datetime
import matplotlib.pyplot as plt
from matplotlib.pyplot import cm
import os