This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |