DiscordChatExporter/Readme.md

39 lines
2.1 KiB
Markdown
Raw Normal View History

2017-07-12 13:18:00 -04:00
# DiscordChatExporter
2017-10-15 17:37:34 -04:00
[![Build](https://img.shields.io/appveyor/ci/Tyrrrz/DiscordChatExporter/master.svg)](https://ci.appveyor.com/project/Tyrrrz/DiscordChatExporter)
2017-10-15 16:58:33 -04:00
[![Release](https://img.shields.io/github/release/Tyrrrz/DiscordChatExporter.svg)](https://github.com/Tyrrrz/DiscordChatExporter/releases)
[![Downloads](https://img.shields.io/github/downloads/Tyrrrz/DiscordChatExporter/total.svg)](https://github.com/Tyrrrz/DiscordChatExporter/releases)
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
2017-10-15 17:37:34 -04:00
- [Stable releases](https://github.com/Tyrrrz/DiscordChatExporter/releases)
- [Continuous integration](https://ci.appveyor.com/project/Tyrrrz/DiscordChatExporter)
2017-08-28 17:45:04 -04:00
2017-07-13 02:32:44 -04:00
## Features
2018-07-25 04:53:05 -04:00
- 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
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
- [GalaSoft.MVVMLight](http://www.mvvmlight.net)
- [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit)
- [Newtonsoft.Json](http://www.newtonsoft.com/json)
2018-06-24 18:59:15 -04:00
- [Scriban](https://github.com/lunet-io/scriban)
2018-06-27 17:20:31 -04:00
- [Polly](https://github.com/App-vNext/Polly)
2018-02-25 10:00:44 -05:00
- [Onova](https://github.com/Tyrrrz/Onova)
2018-01-12 14:33:32 -05:00
- [FluentCommandLineParser](https://github.com/fclp/fluent-command-line-parser)
2017-07-12 13:18:00 -04:00
- [Tyrrrz.Extensions](https://github.com/Tyrrrz/Extensions)
2018-04-15 09:26:53 -04:00
- [Tyrrrz.WpfExtensions](https://github.com/Tyrrrz/WpfExtensions)
- [Tyrrrz.Settings](https://github.com/Tyrrrz/Settings)