mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 08:46:44 +00:00
Updated macOS usage instructions (markdown)
@@ -7,7 +7,7 @@ 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)"```
|
```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"```
|
||||||
|
|
||||||
Press ENTER and follow the instructions on-screen
|
Press ENTER and follow the instructions on-screen.
|
||||||
## Installing Mono
|
## Installing Mono
|
||||||
`brew install mono`
|
`brew install mono`
|
||||||
## Downloading and using DiscordChatExporter.Cli.exe
|
## Downloading and using DiscordChatExporter.Cli.exe
|
||||||
@@ -15,19 +15,17 @@ Download the latest DiscordChatExporter.CLI.zip [here](https://github.com/Tyrrrz
|
|||||||
1. `cd ` , press the SPACE key, then drag & drop the folder to the Terminal window.
|
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:
|
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`
|
`mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL`
|
||||||
|
|
||||||
# Automatic Install
|
# Automatic Install
|
||||||
**First run only**
|
**First run only**
|
||||||
|
|
||||||
Download the latest maclinux.command and DiscordChatExporter [here] and move it inside a folder. In Terminal:
|
Download the latest maclinux.command and DiscordChatExporter [here] and move it into a folder. In Terminal:
|
||||||
1. `cd` , press the SPACE key and drag & drop the folder to the Terminal window.
|
1. `cd` , press the SPACE key and drag & drop the folder to the Terminal window.
|
||||||
2. `sudo chmod +x maclinux.command`
|
2. `sudo chmod +x maclinux.command`
|
||||||
3. `./maclinux.command`
|
3. `./maclinux.command`
|
||||||
4. Choose options [5] and [6]
|
|
||||||
|
|
||||||
##
|
##
|
||||||
|
To use the script again, just open it.
|
||||||
When the dependencies have been installed, to use the tool again just open it.
|
|
||||||
##
|
##
|
||||||
Credits to [@RenanYudi](https://github.com/RenanYudi)
|
Credits to [@RenanYudi](https://github.com/RenanYudi)
|
||||||
Reference in New Issue
Block a user