mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-01 13:36:15 +00:00
Changed Mono to .NET Core
@@ -1,26 +1,14 @@
|
|||||||
### Installing Homebrew and Mono
|
### Installing .NET Core runtime
|
||||||
|
Please follow the [instructions provided here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime).
|
||||||
[Homebrew](https://brew.sh/) is a popular package manager for macOS. It works similarly to `apt` on Linux. <br/>
|
|
||||||
[Mono](https://www.mono-project.com/) allows us to run .NET applications on macOS.
|
|
||||||
|
|
||||||
In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste the following command, hit RETURN and follow the on-screen instructions. You may be prompted for your password, and you won't be able to see it as you type.
|
|
||||||
|
|
||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
|
||||||
|
|
||||||
After the installation is completed, execute:
|
|
||||||
|
|
||||||
brew install mono
|
|
||||||
|
|
||||||
### Downloading and using DiscordChatExporter.Cli.exe
|
### Downloading and using DiscordChatExporter.Cli.exe
|
||||||
Download [DiscordChatExporter.CLI.zip](https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/2.15) (2.15), and extract it to a folder.
|
Download [DiscordChatExporter.CLI.zip](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) and extract it to a folder.
|
||||||
|
|
||||||
In Terminal type `cd` , press the SPACE key, then drag & drop the folder into the Terminal window.
|
In Terminal type `cd` , press the SPACE key, then drag & drop the folder into the Terminal window.
|
||||||
|
|
||||||
Replace `TOKEN` and `CHANNEL`, then execute this command to export:
|
Replace `TOKEN` and `CHANNEL`, then execute this command to export:
|
||||||
|
|
||||||
mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL
|
dotnet DiscordChatExporter.Cli.dll export -t TOKEN -c CHANNEL
|
||||||
|
|
||||||
##
|
##
|
||||||
Further reading: [GUI, CLI and Formats explained](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained)
|
Further reading: [**Getting started:** GUI, CLI and Formats explained](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained)
|
||||||
|
|
||||||
Special thanks to [@RenanYudi](https://github.com/RenanYudi)
|
|
||||||
Reference in New Issue
Block a user