mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-09 11:51:59 -04:00
Update Readme.md
This commit is contained in:
parent
d4baba46d6
commit
afc34aa484
1 changed files with 11 additions and 0 deletions
11
Readme.md
11
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue