Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Export Discord messages and servers On Mac using DiscordChatExport.cli
- 1). Use this link to download the .cli file
- https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/2.32
- 2.) download dotnet (If you haven't already)
- https://dotnet.microsoft.com/en-us/download
- 3.) cd into the DiscordChatExporter.CLI folder
- 4.) Find your Discord Token (Which can be found in the link below)
- https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs
- Alternative Link:
- https://pastebin.com/HpSEBqqi
- MacOS instructions only:
- https://pastebin.com/bPfvYiyK
- 5.) Find the ID of the server or DM group you wish to export by going into Discord settings
- > Scrolling down to 'Advanced'
- > Enable 'Developer Mode'
- 6.) To Export a group DM, use the following code:
- dotnet DiscordChatExporter.Cli.dll export -t "USERTOKEN" -c SERVERID
- To export a server on Discord:
- dotnet DiscordChatExporter.Cli.dll exportguild -t "USERTOKEN" -g SERVERID
- 7.) How to export everything:
- dotnet DiscordChatExporter.Cli.dll exportall -t "USERTOKEN"
- Instructions page:
- https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement