Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.51k stars 684 forks source link

--include-threads not available for `export` command #1274

Open realkosty opened 1 month ago

realkosty commented 1 month ago

Version

v2.43.3

Flavor

CLI (Command-Line Interface)

Platform

MacOS

Export format

No response

Steps to reproduce

./DiscordChatExporter.Cli export -t "$DISCORD_TOKEN" -c 621778831602221072 --after "2024-08-13 00:00" --before "2024-08-15 00:00" -f PlainText -o ~/Desktop/%G-%c-%a-%b-PlainText --include-threads
Unrecognized option(s):
--include-threads

DiscordChatExporter.Cli v2.43.3

USAGE
  DiscordChatExporter.Cli export --channel <values...> --token <value> [options]

Details

This means there is no way to export only a particular channel in the guild and at the same time include threads. As a result if I want to capture threads I have to run a much bigger export job with potentially 10s or 100s of irrelevant channels, taking much longer and risking getting my token throttled or blacklisted.

Checklist

Tyrrrz commented 1 month ago

Will be done as part of #1210