mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-27 13:14:17 -04:00
Exports Discord chat logs to a file
.github | ||
.screenshots | ||
DiscordChatExporter.Cli | ||
DiscordChatExporter.Core.Markdown | ||
DiscordChatExporter.Core.Models | ||
DiscordChatExporter.Core.Rendering | ||
DiscordChatExporter.Core.Services | ||
DiscordChatExporter.Gui | ||
.gitattributes | ||
.gitignore | ||
Changelog.md | ||
DiscordChatExporter.props | ||
DiscordChatExporter.sln | ||
Dockerfile | ||
favicon.ico | ||
favicon.png | ||
License.txt | ||
logo.png | ||
Readme.md |
DiscordChatExporter
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.
For guides and other info -- check out the wiki.
Download
- Latest release
- Docker image:
docker pull tyrrrz/discordchatexporter
- CI build
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 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