Alexey Golub
33a6d49d76
|
4 years ago | |
---|---|---|
.config | 5 years ago | |
.github | 4 years ago | |
.screenshots | 4 years ago | |
DiscordChatExporter.Cli | 4 years ago | |
DiscordChatExporter.Domain | 4 years ago | |
DiscordChatExporter.Gui | 4 years ago | |
.gitignore | 4 years ago | |
Changelog.md | 4 years ago | |
Directory.Build.props | 4 years ago | |
DiscordChatExporter.sln | 4 years ago | |
Dockerfile | 4 years ago | |
License.txt | 5 years ago | |
Readme.md | 4 years ago | |
favicon.ico | 7 years ago | |
favicon.png | 7 years ago | |
logo.png | 6 years ago |
Readme.md
DiscordChatExporter
Project status: active.
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.
If you have questions or issues, please check out the wiki.
Download
DiscordChatExporter comes in two flavors: graphical user interface (GUI) and command line interface (CLI).
-
Graphical user interface (Windows-only)
- Recommended: Download
DiscordChatExporter.zip
from latest release [requires .NET runtime] - Download
DiscordChatExporter.zip
from latest CI build [requires .NET runtime]
- Recommended: Download
-
Command line interface (Windows, Linux, and macOS)
- Recommended: Download
DiscordChatExporter.CLI.zip
from latest release [requires .NET runtime] - Download
DiscordChatExporter.CLI.zip
from latest CI build [requires .NET runtime] - Install from Docker Hub:
docker pull tyrrrz/discordchatexporter
- Install from Arch Linux User Repository:
yay -S discord-chat-exporter-cli
[community-maintained]
- Recommended: Download
Important: This application requires .NET Core v3.1 runtime in order to run. Some download options come with the runtime pre-packaged, but those marked with [requires .NET runtime]
do not. To install the runtime, find the suitable download option below:
- Windows: x64 | x86
- macOS: x64
- Linux: list of downloads
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), TXT, CSV, JSON