mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-23 22:43:57 +00:00
Updated macOS usage instructions (markdown)
@@ -1,31 +1,27 @@
|
|||||||
The GUI version doesn't work on non-Windows OS.
|
## Manual Installation
|
||||||
|
### Installing Homebrew and Mono
|
||||||
# Manual Install
|
|
||||||
## Installing Brew
|
|
||||||
|
|
||||||
In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste:
|
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)"
|
||||||
|
$ brew install mono
|
||||||
|
|
||||||
Press ENTER and follow the instructions on-screen.
|
### Downloading and using DiscordChatExporter.Cli.exe
|
||||||
## Installing Mono
|
Download the [latest version](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder.
|
||||||
`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 export -t TOKEN -c CHANNEL`
|
|
||||||
|
|
||||||
# Automatic Install
|
In Terminal type:
|
||||||
**First run only**
|
`cd ` , press the SPACE key, then drag & drop the folder to the Terminal window.
|
||||||
|
|
||||||
Download the latest maclinux.command and DiscordChatExporter [here] and move it into a folder. In Terminal:
|
Replace `TOKEN` and `CHANNEL`, then execute this command to export:
|
||||||
1. `cd` , press the SPACE key and drag & drop the folder to the Terminal window.
|
|
||||||
2. `sudo chmod +x maclinux.command`
|
|
||||||
3. `./maclinux.command`
|
|
||||||
|
|
||||||
##
|
$ mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL
|
||||||
To use the script again, just open it.
|
|
||||||
|
|
||||||
|
## Automatic Installation
|
||||||
|
Download the [latest tool](https://github.com/RenanYudi/DiscordChatExporter-Unix/releases/latest).
|
||||||
|
|
||||||
|
Click on `maclinux.command` while holding Control, then Open it.
|
||||||
|
|
||||||
|
To use the tool again, just double-click it.
|
||||||
##
|
##
|
||||||
Credits to [@RenanYudi](https://github.com/RenanYudi)
|
Credits to [@RenanYudi](https://github.com/RenanYudi)
|
||||||
Reference in New Issue
Block a user