Discord-Data-Scraping
Discord-Data-Scraping copied to clipboard
Scrape data from discord servers such as messages and member count using python
Discord-Data-Scraping
Basic examples on how to scrape data, such as member counts and messages from any discord server.
How to get your authorization key
To scrape data, an access key is required. Anyone with a discord account has a unique key. To find out your authorization key, follow this simple 4-step tutorial:
- open and log into your discord account on your web browser
- activate developer tools on your web browser and navigate to "Network" tab
- while making sure the network activity is recorded, open up any random discord channel
- navigate to "messages?limit=50" which is an api call request. Under the tab "Request Headers" the authorization key is listed as "authorization"
How to get a server_id or channel_id
The easiest way is by activating "Developer Mode" in your advanced discord settings. Once activated a simple right click and "copy ID" will copy any id needed straight to your clipboard.