Exports Discord chat logs to a file
Find a file
2023-07-16 23:09:31 +03:00
.assets Update screenshot 2023-02-16 23:16:04 +02:00
.docs Simplify guide for extracting channel IDs 2023-06-09 01:19:36 +03:00
.github Use favicon as avatar for Discord webhooks 2023-07-11 23:53:12 +03:00
DiscordChatExporter.Cli Clean up 2023-07-16 23:05:53 +03:00
DiscordChatExporter.Cli.Tests Update NuGet packages 2023-07-16 23:09:31 +03:00
DiscordChatExporter.Core Update NuGet packages 2023-07-16 23:09:31 +03:00
DiscordChatExporter.Gui Update NuGet packages 2023-07-16 23:09:31 +03:00
.gitignore Use local secret store for tests instead of hand-made solution 2023-01-30 12:16:47 +02:00
Changelog.md Update version 2023-06-09 01:20:55 +03:00
Directory.Build.props Update version 2023-06-09 01:20:55 +03:00
DiscordChatExporter.Cli.dockerfile Re-add the Docker build job on GitHub Actions 2023-05-11 16:07:06 +03:00
DiscordChatExporter.sln Simplify dockerfile 2022-06-18 22:37:24 +03:00
favicon.ico Update favicon 2023-05-26 20:40:45 +03:00
favicon.png Update favicon 2023-05-26 20:40:45 +03:00
License.txt Update version 2023-01-08 18:42:35 +02:00
NuGet.config Update NuGet.config 2022-04-22 17:03:03 +03:00
Readme.md Update favicon 2023-05-26 20:40:45 +03:00

DiscordChatExporter

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

🟡 Project status: maintenance mode[?]

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)

Note

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

Warning

: To run DiscordChatExporter on macOS and Linux, you need to make sure that .NET 7.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.

Features

  • Graphical user interface (Windows)
  • Command-line interface (Windows, Linux, macOS)
  • Authentication via both user and bot tokens
  • 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 don't require internet

Screenshots

channel list rendered output

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