.docs/Getting-started.md
Welcome to the getting started page! Here you'll learn how to use every DiscordChatExporter (DCE for short) feature. For other things you can do with DCE, check out the Guides section.
If you still have unanswered questions after reading this page or if you have encountered a problem, please visit our FAQ & Troubleshooting section.
The information presented on this page is valid for all platforms.
DCE has two different versions:
DiscordChatExporter.*.zip file.DiscordChatExporter.Cli.*.zip file.There are dedicated guides for each version:
The HTML format replicates Discord's interface, making it the most user-friendly option.
It's the best format for attachment preview and sharing.
You can open .html files with a web browser, such as Google Chrome.
[!WARNING] If a picture is deleted, or if a user changes its avatar, the respective images will no longer be displayed. Export using the "Download assets" (
--media) option to avoid this.
The Plain Text format formats messages as plain text, and has the smallest size.
You can open .txt files with a text editor, such as Notepad.
The JSON format contains more technical information and is easily parsable.
You can open .json files with a text editor, such as Notepad.
The CSV format allows for easy parsing of the chat log. Depending on your needs, the JSON format might be better.
You can open .csv files with a text editor, such as Notepad, or a spreadsheet app, like Microsoft Excel and Google Sheets.