Exports Discord chat logs to a file
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Alexey Golub f2178a0445
Refactor
7 years ago
DiscordChatExporter Refactor 7 years ago
.gitattributes Add .gitignore and .gitattributes. 7 years ago
.gitignore Add GUI (#7) 7 years ago
DiscordChatExporter.sln Add GUI (#7) 7 years ago
License.txt Add license and readme 7 years ago
Readme.md Remove mentions of wiki from readme, add other libraries used 7 years ago

Readme.md

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