Exports Discord chat logs to a file
Find a file
2017-07-12 21:28:10 +03:00
DiscordChatExporter Show message edits 2017-07-12 21:28:10 +03:00
.gitattributes Add .gitignore and .gitattributes. 2017-07-11 20:29:27 +03:00
.gitignore Add .gitignore and .gitattributes. 2017-07-11 20:29:27 +03:00
DiscordChatExporter.sln Add license and readme 2017-07-12 20:18:00 +03:00
License.txt Add license and readme 2017-07-12 20:18:00 +03:00
Readme.md Update readme 2017-07-12 20:19:35 +03:00

DiscordChatExporter

Command line executable that can export Discord channel chat logs to a pretty HTML file.

Usage

Executing the application requires an access token and channel ID as parameters.

You can get your token by opening the Discord app, pressing Ctrl+Shift+I, navigating to Storage > LocalStorage > discordapp.com and extracting token's value.

You can get the channel ID by enabling Developer Mode in Settings > Appearance and then right clicking on the channel and clicking on Copy ID.

  • DiscordChatExporter.exe -t REkOTVqm9RWOTNOLCdiuMpWd.QiglBz.Lub0E0TZ1xX4ZxCtnwtpBhWt3v1 -c 459360869055190534

Libraries used