speen's space

emoji stats, a discord bot that tracks emoji use

November 1, 2020 · programming, data

A server I’m in makes liberal use of emoji, I thought it would be a neat thing to start collecting data on. It also let me get more familiar with some of Python’s built in libraries, like pickle or json.

example graph

Right now, this is all the bot is capable of outputting, but I’d like to get it to do more sometime possibly.

A graph of emoji use for a server. The x axis shows emoji names, the y axis shows the number of times each emoji has been used.

what I’d still like to do with this project but haven’t got around to

view the code on github

You can view the code for this project in its repository on github, here.