Analyze your discord messages and put them into a neat little HTML file.
- Request a copy of your data from Discord. Learn how to do that here
- Install Node.js from here
- Clone this repository (or download it as a zip and extract it)
- Open a command prompt (or equivalent) in the folder you cloned the repository to
- Run
npm install
- Place your (zipped) discord data in the folder and rename it to
data.zip
- Run
node index.js
- Wait for it to finish
- Tada! The script will open a browser window with the results
The following command line arguments are available:
Argument | Default | Description |
---|---|---|
-h , --help |
Show help | |
-d , --data <path> |
data.zip |
Path to the data file |
-o , --output <path> |
stats.json |
Path to the output file |
-v , --visualize |
true |
Visualize the data in an HTML file |
-n , --no-parse |
false |
Don't parse the data, just visualize it (using a previously parsed dataset) |
-p , --no-open |
false |
Do not open the stats.html file in the browser |