DiscordChatExporter/Readme.md

36 lines
1.4 KiB
Markdown
Raw Normal View History

2017-07-12 13:18:00 -04:00
# DiscordChatExporter
2017-09-30 16:14:32 -04:00
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.
2017-07-12 13:18:00 -04:00
2017-07-13 12:38:17 -04:00
## Screenshots
2017-09-30 16:14:32 -04:00
![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/1.png)
2017-09-30 18:56:42 -04:00
![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/4.png)
2017-07-13 12:38:17 -04:00
2017-08-28 17:45:04 -04:00
## Download
- [See releases](https://github.com/Tyrrrz/DiscordChatExporter/releases)
2017-07-13 02:32:44 -04:00
## Features
2017-09-30 16:14:32 -04:00
- Intuitive GUI that displays available guilds and channels
- Date ranges to limit messages
2017-08-16 16:50:05 -04:00
- Groups messages by author and time
2017-09-30 16:14:32 -04:00
- 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
2017-07-13 02:32:44 -04:00
2017-07-12 13:19:35 -04:00
## Libraries used
2017-07-12 13:18:00 -04:00
- [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)
2017-07-12 13:18:00 -04:00
- [Tyrrrz.Extensions](https://github.com/Tyrrrz/Extensions)
- [Tyrrrz.Settings](https://github.com/Tyrrrz/Settings)