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
Because your Discord data contains a lot of private information, you should never upload or share your data anywhere or with anyone! Instead, program your own application or download an open source one to analyze your data. So you can stay in control of it.
- download your data from Discord
- if not, rename the downloaded file to
package.zip
- extract the zip-file
- add the path to your package directory into the
config.json
file with thepackage_directory
key - create a directory for the results
- add this results path to the file
config.json
, but with the keyresults_directory
- open a terminal inside the
src
folder and runsrc/main.py
- wait or type in what the script asks you
- explore the results
pip install -r requirements.txt
- add the string
{ID}
to the end of the paths of theconfig.json
file; e.g.path/to/your/package{ID}
andpath/to/your/results{ID}
- run
src/main.py
from a terminal and at this point (advanced package prefix (or press enter):
) enter your id to specify your package