Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.21 KB

readme.md

File metadata and controls

27 lines (22 loc) · 1.21 KB

discord analysis

Analyze your discord messages and put them into a neat little HTML file.

Installation

  1. Request a copy of your data from Discord. Learn how to do that here
  2. Install Node.js from here
  3. Clone this repository (or download it as a zip and extract it)
  4. Open a command prompt (or equivalent) in the folder you cloned the repository to
  5. Run npm install
  6. Place your (zipped) discord data in the folder and rename it to data.zip
  7. Run node index.js
  8. Wait for it to finish
  9. Tada! The script will open a browser window with the results

Usage

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