Advertisement
PrimePastes

How To Download & Backup Servers, Messages and Group DM's on Discord (MacOS) Using DiscordChatExport

Feb 15th, 2022
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Export Discord messages and servers On Mac using DiscordChatExport.cli
  2.  
  3. 1). Use this link to download the .cli file
  4. https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/2.32
  5.  
  6. 2.) download dotnet (If you haven't already)
  7. https://dotnet.microsoft.com/en-us/download
  8.  
  9. 3.) cd into the DiscordChatExporter.CLI folder
  10.  
  11. 4.) Find your Discord Token (Which can be found in the link below)
  12. https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs
  13.  
  14. Alternative Link:
  15. https://pastebin.com/HpSEBqqi
  16.  
  17. MacOS instructions only:
  18. https://pastebin.com/bPfvYiyK
  19.  
  20.  
  21. 5.) Find the ID of the server or DM group you wish to export by going into Discord settings
  22. > Scrolling down to 'Advanced'
  23. > Enable 'Developer Mode'
  24.  
  25. 6.) To Export a group DM, use the following code:
  26. dotnet DiscordChatExporter.Cli.dll export -t "USERTOKEN" -c SERVERID
  27.  
  28. To export a server on Discord:
  29. dotnet DiscordChatExporter.Cli.dll exportguild -t "USERTOKEN" -g SERVERID
  30.  
  31. 7.) How to export everything:
  32. dotnet DiscordChatExporter.Cli.dll exportall -t "USERTOKEN"
  33.  
  34. Instructions page:
  35. https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement