mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-16 16:14:26 -04:00
1.2 KiB
1.2 KiB
macOS usage instructions
Step 1: Install .NET Core Runtime
Please follow the instructions provided here.
Step 2: Downloading and using DiscordChatExporter.Cli
1. Download DiscordChatExporter.CLI.zip and extract it to a folder.
2. Search for Terminal.app
in Spotlight (⌘+SPACE), then open it.
3. In the Terminal window, type cd
, press the SPACE key, then drag and drop the extracted folder into the window, then press the RETURN key.
4. Execute the following command to export, replacing TOKEN
and CHANNEL
with your own values:
dotnet DiscordChatExporter.Cli.dll export -t TOKEN -c CHANNEL
💡 Tip: How to get Token and Channel IDs.
There's much more you can do with DCE.CLI! Read the CLI explained page to get started.