# DiscordChatExporter DiscordChatExporter can be used to export message history from a [Discord](https://discordapp.com) channel to a file. It works for both direct message chats and guild chats, supports markdown, message grouping, and attachments. The tool also lets you select from/to dates to limit the exported messages. There are options to configure the output, such as date format, color theme, message grouping limit, etc. ## Screenshots ![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/1.png) ![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/4.png) ## Download - [See releases](https://github.com/Tyrrrz/DiscordChatExporter/releases) ## Features - Intuitive GUI that displays available guilds and channels - Date ranges to limit messages - Groups messages by author and time - Export to a plain text file - Export to an HTML file - Dark and light themes - User avatars - Inline image attachments - Full markdown support - Automatic links - Styled similarly to the app ## Libraries used - [AmmyUI](https://github.com/AmmyUI/AmmyUI) - [GalaSoft.MVVMLight](http://www.mvvmlight.net) - [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) - [Newtonsoft.Json](http://www.newtonsoft.com/json) - [Tyrrrz.Extensions](https://github.com/Tyrrrz/Extensions) - [Tyrrrz.Settings](https://github.com/Tyrrrz/Settings)