Exports Discord chat logs to a file
Find a file
2017-09-28 23:07:27 +03:00
DiscordChatExporter ExportService is pseudo async now 2017-09-28 22:48:24 +03:00
.gitattributes Add .gitignore and .gitattributes. 2017-07-11 20:29:27 +03:00
.gitignore Add GUI (#7) 2017-09-28 01:24:45 +03:00
DiscordChatExporter.sln Add GUI (#7) 2017-09-28 01:24:45 +03:00
License.txt Add license and readme 2017-07-12 20:18:00 +03:00
Readme.md Update readme screenshot link 2017-09-28 23:07:27 +03:00

DiscordChatExporter

DiscordChatExporter can be used to export message history from Discord to an HTML file. It works for both direct message chats and guild chats, supports markdown, message grouping, and attachments. There are options to configure the output, such as date format, color theme, message grouping limit, etc.

Screenshots

Download

Features

  • Exports to a self-contained HTML file
  • Supports both dark and 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

Libraries used