|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Command line executable that can export [Discord](https://discordapp.com) channel chat logs to a pretty HTML file.
|
|
|
|
|
|
|
|
|
|
**Usage examples:**
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
Executing the application requires an access token and channel ID as parameters.
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ You can get the channel ID by enabling `Developer Mode` in `Settings > Appearanc
|
|
|
|
|
|
|
|
|
|
- `DiscordChatExporter.exe -t REkOTVqm9RWOTNOLCdiuMpWd.QiglBz.Lub0E0TZ1xX4ZxCtnwtpBhWt3v1 -c 459360869055190534`
|
|
|
|
|
|
|
|
|
|
**Libraries used:**
|
|
|
|
|
## Libraries used
|
|
|
|
|
|
|
|
|
|
- [CommandLineParser](https://github.com/gsscoder/commandline)
|
|
|
|
|
- [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack)
|
|
|
|
|