From cc6f930dc6ae3135673c9c63a947b149f703e9bf Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Tue, 10 Dec 2019 19:27:41 +0200 Subject: [PATCH] Update readme --- Readme.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 4bba967..cb7ca4c 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ [![Downloads](https://img.shields.io/github/downloads/Tyrrrz/DiscordChatExporter/total.svg)](https://github.com/Tyrrrz/DiscordChatExporter/releases) [![Donate](https://img.shields.io/badge/donate-$$$-purple.svg)](https://tyrrrz.me/donate) -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, embeds, attachments, mentions, reactions and other features. It works with both user and bot tokens, supports multiple output formats and allows you to trim messages by dates. +DiscordChatExporter can be used to export message history from a [Discord](https://discordapp.com) channel to a file. It works with direct messages, group messages, server channels, supports Discord's dialect of markdown and all other rich media features. _For guides and other info -- check out the [wiki](https://github.com/Tyrrrz/DiscordChatExporter/wiki)._ @@ -17,17 +17,21 @@ _For guides and other info -- check out the [wiki](https://github.com/Tyrrrz/Dis Note: This application requires .NET Core runtime in order to run: -- .NET Core runtime for Windows [x64](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x64-installer) | [x86](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x86-installer) -- .NET Core runtime for macOS (for CLI version only) [x64](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.0-macos-x64-installer) -- .NET Core runtime for Linux (for CLI version only) [Ubuntu/Debian](https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1904#install-the-net-core-runtime) +- .NET Core runtime for Windows: [x64](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x64-installer) | [x86](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x86-installer) +- .NET Core runtime for macOS (for CLI version only): [x64](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.0-macos-x64-installer) +- .NET Core runtime for Linux (for CLI version only): [Ubuntu/Debian](https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1904#install-the-net-core-runtime) ## Features -- 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 +- Graphical user interface (Windows) +- Command line interface (Windows, Linux, macOS) +- Works with both user and bot tokens +- Exports on the fly without buffering messages in memory +- Allows exporting messages in a specified range +- Supports file partitioning based on message count +- Uses custom markdown parser compatible with Discord syntax +- Handles all rich media features, including attachments, embeds, emojis, etc +- Renders to: HTML (dark & light themes), plain text (minimal), CSV (structured) ## Screenshots