Skip to content

InformaticFreak/discord-data-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-data Analyzer

GitHub License  Python Version  visitors 

A Python script to analyze the data Discord collects about you and your usage behavior.

Requesting a Copy of your Data:

https://support.Discord.com/hc/en-us/articles/360004027692-Requesting-a-Copy-of-your-Data

Important note

Because your Discord data contains a lot of private information, you should NEVER UPLOAD OR SHARE YOUR DATA anywhere or with anyone! Instead, write your own application or download a trusted open source one to review the code and analyze your data yourself, to stay in control of your data.

How to use the tool?

  1. download your data from Discord
  2. if not, rename the downloaded file to package.zip
  3. extract the zip-file
  4. add the path to your package directory into the config.json file with the package_directory key
  5. create a directory for the results
  6. add this results path to the file config.json, but with the key results_directory
  7. open a terminal inside the src folder and run src/main.py
  8. wait or type in what the script asks you
  9. explore the results

Requirements

pip install -r requirements.txt

Advanced (if you have multiple packages)

  1. add the string {ID} to the end of the paths of the config.json file; e.g. path/to/your/package{ID} and path/to/your/results{ID}
  2. run src/main.py from a terminal and at this point (advanced package prefix (or press enter): ) enter your id to specify your package

About

A Python script to analyze the data discord collects about you and your usage behavior.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages