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
Oleksii Holub aef8a1f6d2
Fix default output directory in dockerfile
6 years ago
Deploy Use net46, netstd2.0, and netcoreapp2.1 for target frameworks 6 years ago
DiscordChatExporter.Cli [CLI] Copy nuget dependencies to output 6 years ago
DiscordChatExporter.Core Get rid of ByteSize in favor of our own class 6 years ago
DiscordChatExporter.Core.Markdown Use net46, netstd2.0, and netcoreapp2.1 for target frameworks 6 years ago
DiscordChatExporter.Gui Use net46, netstd2.0, and netcoreapp2.1 for target frameworks 6 years ago
.gitattributes Add .gitignore and .gitattributes. 7 years ago
.gitignore Remove AmmyUI 7 years ago
Changelog.md Update version 6 years ago
DiscordChatExporter.sln Implement a more sophisticated markdown parsing engine (#145) 6 years ago
Dockerfile Fix default output directory in dockerfile 6 years ago
License.txt Update license 6 years ago
Readme.md Get rid of ByteSize in favor of our own class 6 years ago
UpdateVersion.ps1 Update version 6 years ago
appveyor.yml Update appveyor.yml 7 years ago
favicon.ico Add icon 7 years ago
favicon.png Add icon 7 years ago

Readme.md

DiscordChatExporter

Build Release Downloads

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.

Download

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

Screenshots

Libraries used