I have reviewed Discord in the following platforms:
- /home/testing/.config/discord/Cache/
Root structure |
The cache folder follows the same structure as the ones in Windows and OS X.
Just like Windows and OS X. |
The following links will explain how to extract the json chat objects and how to convert them to html or xls files using a Python script. Although written originally for objects found in Windows the extraction and conversions steps apply all the same.
Extraction of json objects:
Discord json chats conversion to html or xls.
As background on how I located the correct folder I took the following steps:
1. Linux Mint installation using Vmware
2. Installed the Discord program.
3. Searched for Discord related files and folder with the following command:
4. The correct folder was found in:
6. Chat JSON fields, format and content the same as in Windows and OS X.
As always I can be reached on twitter @alexisbrignoni and email 4n6[at]abrignoni[dot]com.
1. Linux Mint installation using Vmware
2. Installed the Discord program.
3. Searched for Discord related files and folder with the following command:
sudo find / -name discord
/home/testing/.config/discord |
- /home/testing/.config/discord/Cache/
6. Chat JSON fields, format and content the same as in Windows and OS X.
JSON content in HTML format. |