DiscordChatExporter/Readme.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2017-07-12 13:18:00 -04:00
# 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.
2017-07-12 13:18:00 -04:00
2017-07-13 12:38:17 -04:00
## Screenshots
2017-09-11 13:31:51 -04:00
![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/1.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
- Exports to a self-contained HTML file
- Supports both dark and light theme
2017-07-13 02:32:44 -04:00
- Displays user avatars
2017-08-16 16:50:05 -04:00
- Groups messages by author and time
- Handles Discord markdown characters
- Converts URLs to links
- Inlines attached images with a link to the full version
- Inserts download links for other types of attached files
- Marks edited messages with a timestamp
2017-07-13 02:32:44 -04:00
2017-07-12 13:19:35 -04:00
## Usage
2017-07-12 13:18:00 -04:00
Check out the [wiki](https://github.com/Tyrrrz/DiscordChatExporter/wiki) for helpful information on how to use this tool.
2017-07-12 13:19:35 -04:00
## Libraries used
2017-07-12 13:18:00 -04:00
- [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack)
- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
- [Tyrrrz.Extensions](https://github.com/Tyrrrz/Extensions)