Exports Discord chat logs to a file
Find a file
2018-07-03 22:58:46 +03:00
Deploy Update deploy script 2018-02-10 18:25:49 +02:00
DiscordChatExporter.Cli Update version 2018-07-01 21:12:06 +03:00
DiscordChatExporter.Core Cleanup templates and change how model is referenced 2018-07-03 22:58:46 +03:00
DiscordChatExporter.Gui Update version 2018-07-01 21:12:06 +03:00
.gitattributes Add .gitignore and .gitattributes. 2017-07-11 20:29:27 +03:00
.gitignore Remove AmmyUI 2018-04-15 16:08:57 +03:00
appveyor.yml Update appveyor.yml 2018-02-11 12:38:59 +02:00
Changelog.md Update version 2018-07-01 21:12:06 +03:00
DiscordChatExporter.sln Add changelog 2018-02-11 12:38:48 +02:00
favicon.ico Add icon 2017-11-25 19:06:08 +02:00
favicon.png Add icon 2017-11-25 19:06:08 +02:00
License.txt Update copyright 2017-12-31 14:12:35 +02:00
Readme.md Add retry policy for 429 responses 2018-06-28 00:20:31 +03:00

DiscordChatExporter

Build Release Downloads

DiscordChatExporter can be used to export message history from a Discord channel to a file. It works for both direct message chats and guild chats, supports markdown, message grouping, and attachments. The tool also lets you select from/to dates to limit the exported messages. There are options to configure the output, such as date format, color theme, message grouping limit, etc.

Screenshots

Download

Features

  • Intuitive GUI that displays available guilds and channels
  • CLI as additional alternative to GUI
  • Date ranges to limit messages
  • Groups messages by author and time
  • Exports to a plain text file
  • Exports to an HTML file
    • Dark and light themes
    • User avatars
    • Inline image attachments
    • Embeds and webhooks
    • Full markdown support
    • Automatic links
    • Styled similarly to the app
  • Exports to a CSV file
  • Renders custom emojis
  • Resolves user, role and channel mentions

Libraries used