From afc34aa484396643016981cf75cdfa73e52823a5 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Thu, 13 Jul 2017 09:32:44 +0300 Subject: [PATCH] Update Readme.md --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 1ffac67e..18cd5c4b 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,17 @@ Command line executable that can export [Discord](https://discordapp.com) channel chat logs to a pretty HTML file. +## Features + +- Produced HTML is styled similar to the Discord's light theme +- Displays user avatars +- Messages are grouped by author and time +- Discord's markdown characters are correctly formatted +- URLs are automatically converted to links +- Attached images are inlined with a link to the full version +- Other attached files are rendered as a download link +- Edited messages are properly marked with the edit timestamp + ## Usage Executing the application requires an access token and channel ID as parameters.