mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-17 04:12:32 +00:00
Updated Obtaining Token and Channel IDs (markdown)
@@ -1,13 +1,12 @@
|
||||
### 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
|
||||
3. Go to any channel or server
|
||||
4. Filter the requests to `messages`
|
||||
5. Find the `messages?limit=50` request
|
||||
6. Click on `Headers` tab
|
||||
7. Look for `authorization` among request headers and copy its value
|
||||
3. Press Ctrl+R (⌘R) to trigger reload
|
||||
4. Select "Local Storage" > "https://discordapp.com" on the left
|
||||
5. Find "token" and copy the value
|
||||
|
||||

|
||||
|
||||

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