mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-05 20:13:33 +00:00
Updated Obtaining Token and Channel IDs (markdown)
@@ -1,13 +1,12 @@
|
|||||||
### How to get User Token
|
### How to get User Token
|
||||||
1. Press `Ctrl+Shitft+I` (⌥⌘I on Mac) on Discord app to show developer tools
|
1. Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools
|
||||||
2. Navigate to the `Application` tab
|
2. Navigate to the `Application` tab
|
||||||
3. Go to any channel or server
|
3. Press Ctrl+R (⌘R) to trigger reload
|
||||||
4. Filter the requests to `messages`
|
4. Select "Local Storage" > "https://discordapp.com" on the left
|
||||||
5. Find the `messages?limit=50` request
|
5. Find "token" and copy the value
|
||||||
6. Click on `Headers` tab
|
|
||||||
7. Look for `authorization` among request headers and copy its value
|
|
||||||
|
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user