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
Tyrrrz 12b590d9f9
Use `[]` in place of `Array.Empty<T>()`
3 weeks ago
.assets Update screenshot 1 year ago
.docs Update docs with the easier way to run the CLI 1 month ago
.github Set the executable permission on CLI entrypoint script before packaging for release 1 month ago
DiscordChatExporter.Cli Use `[]` in place of `Array.Empty<T>()` 3 weeks ago
DiscordChatExporter.Cli.Tests Skip Twitch clip projections because they can't be rendered locally (#1200) 2 months ago
DiscordChatExporter.Core Use `[]` in place of `Array.Empty<T>()` 3 weeks ago
DiscordChatExporter.Gui Fix nullability mismatch in WPF converters 3 months ago
.gitignore Update gitignore file 5 months ago
Directory.Build.props Set a high default assembly version to avoid auto-update prompts 4 months ago
DiscordChatExporter.Cli.dockerfile Fix docker user permissions issues (#1194) 3 months ago
DiscordChatExporter.sln Switch to a new versioning strategy 5 months ago
License.txt Update license 4 months ago
NuGet.config Update NuGet.config 2 years ago
Readme.md Update readme 4 months ago
docker-entrypoint.sh Fix pathing in docker entrypoint 3 months ago
favicon.ico Update favicon 11 months ago
favicon.png Update favicon 11 months ago

Readme.md

DiscordChatExporter

Status Made in Ukraine Build Coverage Release Downloads Pulls Discord Fuck Russia

Development of this project is entirely funded by the community. Consider donating to support!

Icon

DiscordChatExporter is an application that can be used to export message history from any Discord channel to a file. It works with direct messages, group messages, and server channels, and supports Discord's dialect of markdown as well as most other rich media features.

If you have questions or issues, please refer to the docs.

💬 If you want to chat, join my Discord server.

Terms of use[?]

By using this project or its source code, for any purpose and in any shape or form, you grant your implicit agreement to all the following statements:

  • You condemn Russia and its military aggression against Ukraine
  • You recognize that Russia is an occupant that unlawfully invaded a sovereign state
  • You support Ukraine's territorial integrity, including its claims over temporarily occupied territories of Crimea and Donbas
  • You reject false narratives perpetuated by Russian state propaganda

To learn more about the war and how you can help, click here. Glory to Ukraine! 🇺🇦

Download

This application comes in two flavors: graphical user interface (GUI) and command-line interface (CLI). The following table lists all available download options:

Downloads Supported OS
GUI
  • Windows 7 or higher
CLI
  • 🟢 Stable release (DiscordChatExporter.Cli.zip
  • 🟠 CI build (DiscordChatExporter.Cli.zip)
  • 🐋 Docker (tyrrrz/discordchatexporter)
  • 📦 AUR (discord-chat-exporter-cli)
  • 📦 Nix (discordchatexporter-cli)
  • Windows 7 or higher
  • macOS 10.13 (High Sierra) or higher
  • Linux (multiple distros)

Important: To run DiscordChatExporter, you need to make sure that the .NET 8.0 Runtime is installed. You can download it here:

This should not be necessary if you install DiscordChatExporter using a package manager, as it should take care of the dependencies for you. This is also not necessary if you are running DiscordChatExporter via Docker, because the image already contains the runtime.

Note: AUR and Nix packages linked above are maintained by the community. If you have any issues with them, please contact the corresponding maintainers.

Features

  • Graphical user interface (Windows)
  • Command-line interface (Windows, Linux, macOS)
  • Authentication via either a user or a bot token
  • Multiple output formats: HTML (dark/light), TXT, CSV, JSON
  • Support for markdown, attachments, embeds, emoji, and other rich media features
  • File partitioning, date ranges, message filtering, and other export options
  • Self-contained exports that can be viewed offline

Screenshots

channel list rendered output

See also

  • Chat Analytics — solution for analyzing chat patterns of Discord users, using exports produced by DiscordChatExporter.
  • DiscordChatExporter-frontend — convenient viewer for exports produced by DiscordChatExporter.