mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-17 23:16:26 +00:00
Updated Scheduling exports on Windows (markdown)
@@ -1,8 +1,8 @@
|
||||
We'll be using [DiscordChatExporter Cli](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) for this Guide.
|
||||
We'll be using [DiscordChatExporter CLI](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), Powershell and Task Scheduler.
|
||||
#
|
||||
|
||||
**1.** Open a text editor such as Notepad and paste:
|
||||
```
|
||||
```powershell
|
||||
# Info: https://github.com/Tyrrrz/DiscordChatExporter/wiki
|
||||
|
||||
$TOKEN = "<token>"
|
||||
@@ -45,7 +45,7 @@ exit
|
||||
|
||||
`<format>` with one of the available export formats
|
||||
|
||||
Make sure not do delete the quotes (")
|
||||
Make sure not to delete the quotes (")
|
||||
|
||||
**3.** Save the file as `filename.ps1` not `.txt`
|
||||
|
||||
@@ -57,7 +57,7 @@ exit
|
||||
**2.** Paste `filename.ps1` or a shortcut to this folder
|
||||
|
||||
|
||||
## Scheduling with Task Manager
|
||||
## Scheduling with Task Scheduler
|
||||
|
||||
Please notice your computer must be turned on so the exportation can occur.
|
||||
|
||||
@@ -82,4 +82,4 @@ Please notice your computer must be turned on so the exportation can occur.
|
||||

|
||||
|
||||
#
|
||||
Credits to [@RenanYudi](https://github.com/RenanYudi)
|
||||
Special thanks to [@RenanYudi](https://github.com/RenanYudi)
|
||||
Reference in New Issue
Block a user