mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-02 05:03:42 +00:00
Updated Scheduling exports with Mono & Crontab (markdown)
@@ -1,6 +1,6 @@
|
||||
**This guide is for macOS and Linux.**
|
||||
#
|
||||
Make sure you already have DiscordChatExporter and Mono properly installed ([instructions here](https://github.com/RenanYudi/DiscordChatExporter/wiki/Linux-usage-instructions)):
|
||||
Make sure you already have DiscordChatExporter and Mono properly installed ([instructions here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions)):
|
||||
|
||||
**1.** Open Terminal, create a new script with `sudo nano /path/to/DiscordChatExporter/cron.sh`
|
||||
|
||||
@@ -42,11 +42,11 @@ exit
|
||||
|
||||
**3.** Replace:
|
||||
|
||||
`<token>` with your [Token](https://github.com/RenanYudi/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
|
||||
`<token>` with your [Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
|
||||
|
||||
`<BOT/USER>` If the Token is from a bot replace it with `BOT`, if it's from a user, `USER`.
|
||||
|
||||
`<channel>` with a [Channel ID](https://github.com/RenanYudi/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
|
||||
`<channel>` with a [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
|
||||
|
||||
`<exe>` with the .exe path (e.g. /home/user/DiscordChatExporter.Cli.exe)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user