mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-25 23:43:33 +00:00
Created macOS usage instructions (markdown)
33
macOS-usage-instructions.md
Normal file
33
macOS-usage-instructions.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
The GUI version doesn't work on non-Windows OS.
|
||||||
|
|
||||||
|
# Manual Install
|
||||||
|
## Installing Brew
|
||||||
|
|
||||||
|
In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste:
|
||||||
|
|
||||||
|
```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"```
|
||||||
|
|
||||||
|
Press ENTER and follow the instructions on-screen
|
||||||
|
## Installing Mono
|
||||||
|
`brew install mono`
|
||||||
|
## Downloading and using DiscordChatExporter.Cli.exe
|
||||||
|
Download the latest DiscordChatExporter.CLI.zip [here](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder. In Terminal type:
|
||||||
|
1. `cd ` , press the SPACE key, then drag & drop the folder to the Terminal window.
|
||||||
|
2. Replace `TOKEN` and `CHANNEL`, and execute this command to run DiscordChatExporter.Cli.exe and export the chat:
|
||||||
|
|
||||||
|
`mono DiscordChatExporter.Cli.exe -t TOKEN -c CHANNEL`
|
||||||
|
|
||||||
|
# Automatic Install
|
||||||
|
**First run only**
|
||||||
|
|
||||||
|
Download the latest maclinux.command and DiscordChatExporter [here] and move it inside a folder. In Terminal:
|
||||||
|
1. `cd` , press the SPACE key and drag & drop the folder to the Terminal window.
|
||||||
|
2. `sudo chmod +x maclinux.command`
|
||||||
|
3. `sudo ./maclinux.command`
|
||||||
|
4. Choose options [5] and [6]
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
When the dependencies have been installed, to use the tool again just open it.
|
||||||
|
##
|
||||||
|
Credits to [@RenanYudi](https://github.com/RenanYudi)
|
||||||
Reference in New Issue
Block a user