Exports Discord chat logs to a file
Find a file
2019-03-25 14:35:24 +02:00
Deploy Use net46, netstd2.0, and netcoreapp2.1 for target frameworks 2019-03-22 00:07:13 +02:00
DiscordChatExporter.Cli [CLI] Copy nuget dependencies to output 2019-03-25 11:00:13 +02:00
DiscordChatExporter.Core Get rid of ByteSize in favor of our own class 2019-03-24 12:36:25 +02:00
DiscordChatExporter.Core.Markdown Use net46, netstd2.0, and netcoreapp2.1 for target frameworks 2019-03-22 00:07:13 +02:00
DiscordChatExporter.Gui Use net46, netstd2.0, and netcoreapp2.1 for target frameworks 2019-03-22 00:07:13 +02: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 2019-03-14 16:36:55 +02:00
DiscordChatExporter.sln Implement a more sophisticated markdown parsing engine (#145) 2019-03-03 14:16:12 +02:00
Dockerfile Fix default output directory in dockerfile 2019-03-25 14:35:24 +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 license 2019-02-17 19:31:26 +02:00
Readme.md Get rid of ByteSize in favor of our own class 2019-03-24 12:36:25 +02:00
UpdateVersion.ps1 Update version 2019-03-03 21:48:03 +02: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, embeds, attachments, mentions, reactions and other features. It works with both user and bot tokens, supports multiple output formats and allows you to trim messages by dates.

Download

Features

  • Graphical and command line interfaces
  • Supports both user tokens and bot tokens
  • Allows retrieving messages in specified date range
  • Multiple export formats: HTML (dark/light), TXT and CSV
  • Renders all message features including: markdown, attachments, embeds, emojis, mentions, etc

Screenshots

Libraries used