Update readme

pull/17/head
Alexey Golub 7 years ago
parent 01f0e6952d
commit d251e8ecf6

@ -1,9 +1,10 @@
# DiscordChatExporter # DiscordChatExporter
DiscordChatExporter can be used to export message history from [Discord](https://discordapp.com) to an HTML file. It works for both direct message chats and guild chats, supports markdown, message grouping, and attachments. There are options to configure the output, such as date format, color theme, message grouping limit, etc. 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 ## Screenshots
![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/1.png)
![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/3.png) ![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/3.png)
## Download ## Download
@ -12,15 +13,17 @@ DiscordChatExporter can be used to export message history from [Discord](https:/
## Features ## Features
- Exports to a self-contained HTML file - Intuitive GUI that displays available guilds and channels
- Supports both dark and light theme - Date ranges to limit messages
- Displays user avatars
- Groups messages by author and time - Groups messages by author and time
- Handles Discord markdown characters - Export to a plain text file
- Converts URLs to links - Export to an HTML file
- Inlines attached images with a link to the full version - Dark and light themes
- Inserts download links for other types of attached files - User avatars
- Marks edited messages with a timestamp - Inline image attachments
- Full markdown support
- Automatic links
- Styled similarly to the app
## Libraries used ## Libraries used

Loading…
Cancel
Save