2017-08-16 23:50:05 +03:00
2017-07-11 20:29:27 +03:00
2017-07-12 20:18:00 +03:00
2017-07-12 20:18:00 +03:00
2017-08-16 23:50:05 +03:00

DiscordChatExporter

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

Screenshots

Features

  • Produces output styled similar to the Discord's light theme
  • Displays user avatars
  • Groups messages by author and time
  • Handles Discord markdown characters
  • Converts URLs to links
  • Inlines attached images with a link to the full version
  • Inserts download links for other types of attached files
  • Marks edited messages with a timestamp

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 /token:REkOTVqm9RWOTNOLCdiuMpWd.QiglBz.Lub0E0TZ1xX4ZxCtnwtpBhWt3v1 /channelId:459360869055190534

Libraries used

Languages
C# 90.9%
HTML 8.5%
PowerShell 0.3%
Dockerfile 0.3%