A long time ago (around 2018), I wanted to see how much I use Discord, so I made this.
Love2d is required to run this. Simply install it and run love .
- Scan and download your Discord history with Discord History Tracker.
- Open the app, click on the "Add Discord History" button
- Drag-drop your DHT file
- Once done, you can click on "Play loaded statistics" to view the graphs
DHT has been updated, this software requires the history to be in JSON format.
It is known to be compatible with the browser only version as the new desktop version provides a binary file as output.
This program utilizes the Lua HTTPS library (lua-https) bundled into Löve2D. Since it's not yet officially released, users of Löve2D versions below 12.0 must compile the module themselves; refer to the wiki for detailed instructions.
- gvx/bitser - Serializes and deserializes Lua values with LuaJIT
- Tieske/date - Date & Time module for Lua 5.x
- vrld/gamestate - Easy gamestate management
- rxi/json - A lightweight JSON library for Lua
Read Game Distribution page on Love2D.org