Exports Discord chat logs to a file
Find a file
2019-12-15 15:35:32 +02:00
.github Add changelog to CD 2019-12-15 15:35:32 +02:00
.screenshots Move screenshots to repository 2019-09-06 20:27:53 +03:00
DiscordChatExporter.Cli Update version 2019-12-08 13:45:45 +02:00
DiscordChatExporter.Core.Markdown Update version 2019-12-08 13:45:45 +02:00
DiscordChatExporter.Core.Models Update version 2019-12-08 13:45:45 +02:00
DiscordChatExporter.Core.Rendering Update version 2019-12-08 13:45:45 +02:00
DiscordChatExporter.Core.Services Update version 2019-12-08 13:45:45 +02:00
DiscordChatExporter.Gui Update version 2019-12-08 13:45:45 +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
Changelog.md Update changelog and readme 2019-12-08 14:00:12 +02:00
DiscordChatExporter.props Update version 2019-12-08 13:45:45 +02:00
DiscordChatExporter.sln Improve performance (#162) 2019-04-10 23:45:21 +03:00
Dockerfile Update dockerfile 2019-12-05 21:04:39 +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
logo.png Add logo image 2019-04-25 22:14:17 +03:00
Readme.md Update readme 2019-12-10 19:27:41 +02:00

DiscordChatExporter

Build Release Downloads Donate

DiscordChatExporter can be used to export message history from a Discord channel to a file. It works with direct messages, group messages, server channels, supports Discord's dialect of markdown and all other rich media features.

For guides and other info -- check out the wiki.

Download

Note: This application requires .NET Core runtime in order to run:

  • .NET Core runtime for Windows: x64 | x86
  • .NET Core runtime for macOS (for CLI version only): x64
  • .NET Core runtime for Linux (for CLI version only): Ubuntu/Debian

Features

  • Graphical user interface (Windows)
  • Command line interface (Windows, Linux, macOS)
  • Works with both user and bot tokens
  • Exports on the fly without buffering messages in memory
  • Allows exporting messages in a specified range
  • Supports file partitioning based on message count
  • Uses custom markdown parser compatible with Discord syntax
  • Handles all rich media features, including attachments, embeds, emojis, etc
  • Renders to: HTML (dark & light themes), plain text (minimal), CSV (structured)

Screenshots

channel list rendered output