mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 20:02:31 +00:00
Remove alternative token obtaining method, small tweaks
@@ -9,7 +9,7 @@ Don't forget to include your platform (Windows, Mac, Linux, etc.) and a detailed
|
||||
* [**General questions**](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#general)
|
||||
* [**First steps**](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#first-steps)
|
||||
* [Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#i-cant-find-my-token)
|
||||
* [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#where-are-the-channel-ids)
|
||||
* [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#where-can-i-find-the-channel-ids)
|
||||
* [Running the program in Mac/Linux](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#how-do-i-run-DCE-on-mac-or-linux)
|
||||
* [Scheduling exports (advanced)](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#how-can-i-set-DCE-to-export-automatically-at-certain-times)
|
||||
* [Exported chat crashes browser](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#the-file-is-too-big-i-cant-open-it)
|
||||
@@ -44,7 +44,7 @@ No, DCE cannot access them since they have been permanently deleted from Discord
|
||||
Yes, if your account has access to them.
|
||||
|
||||
### Can DCE download images?
|
||||
Yes, and other media too. Export using the "Download media" (--media) option.
|
||||
Yes, and other media too. Export using the "Download media" (`--media`) option.
|
||||
|
||||
### Can the exported chats be shared?
|
||||
Yes.
|
||||
@@ -60,18 +60,6 @@ No, DCE is an exporter.
|
||||
### How can I find my token?
|
||||
Check the following page: [Obtaining token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
|
||||
|
||||
### I can't find/copy my token!
|
||||
Try this instead:
|
||||
**1.** Open the developer tools by pressing **Ctrl+Shift+I** (⌘⌥I on a Mac) on Discord
|
||||
**2.** Go to the **Network** tab
|
||||
**3.** Press **Ctrl+R** (⌘R) to reload
|
||||
**4.** Search for `messages?limit=50` and click it
|
||||
**5.** On the right, make sure the Headers tab is selected
|
||||
**6.** Scroll down to the Request Headers section and look for the `authorization` code
|
||||
|
||||
Too complicated? [This image might help you](https://user-images.githubusercontent.com/21324788/44003408-13eb2088-9e07-11e8-9c3c-016d9876bbea.png).
|
||||
Special thanks to [@llamasking](https://github.com/Tyrrrz/DiscordChatExporter/issues/76#issuecomment-412349261) for providing the screenshot.
|
||||
|
||||
### When I open DCE a black window pops up quickly or nothing shows up.
|
||||
If you have [.NET Core Runtime correctly installed](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime), you might have downloaded DCE.CLI, try [downloading the GUI](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#gui-or-cli) instead.
|
||||
|
||||
@@ -79,7 +67,7 @@ If you have [.NET Core Runtime correctly installed](https://github.com/Tyrrrz/Di
|
||||
Check the following page:
|
||||
[Installation and usage](https://github.com/Tyrrrz/DiscordChatExporter/wiki#installation--usage)
|
||||
|
||||
### How do I run DCE on Mac or Linux?
|
||||
### How do I run DCE on macOS or Linux?
|
||||
Check the following pages:
|
||||
* [macOS usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions)
|
||||
* [Linux usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions)
|
||||
@@ -90,13 +78,13 @@ Check the following pages to learn how to schedule **DiscordChatExporter.CLI** r
|
||||
* [macOS scheduling](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-macOS)
|
||||
* [Linux scheduling](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-with-Cron)
|
||||
|
||||
### The exported file is too big, I can't open it!
|
||||
### The exported file is too large, I can't open it!
|
||||
Try opening it with a different program, try partitioning or use a different file format, like `PlainText`.
|
||||
|
||||
### DCE is crashing/failing.
|
||||
Check the following page: [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime)
|
||||
|
||||
If you already have .NET Core 3.1 installed, please check if your problem is a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) before [opening a bug report](https://github.com/Tyrrrz/DiscordChatExporter/issues/new).
|
||||
If you already have .NET Core installed, please check if your problem is a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) before [opening a bug report](https://github.com/Tyrrrz/DiscordChatExporter/issues/new).
|
||||
|
||||
### .NET Core Runtime is required.
|
||||
Check the following page: [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime)
|
||||
@@ -107,9 +95,9 @@ Check the following page: [Installing .NET Core Runtime](https://github.com/Tyrr
|
||||
Check the following page:
|
||||
* [Using the CLI](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#using-the-cli)
|
||||
|
||||
If you're using **Docker**, please refer to the [Docker Usage Instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions).
|
||||
If you're using **Docker**, please refer to the [Docker Usage Instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions) instead.
|
||||
|
||||
### Where are the 'Channel IDs'?
|
||||
### Where can I find the 'Channel IDs'?
|
||||
Check the following page:
|
||||
* [Obtaining Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user