Skip to content

Scrape data from discord servers such as messages and member count using python

Notifications You must be signed in to change notification settings

lorenz234/Discord-Data-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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:

  1. open and log into your discord account on your web browser
  2. activate developer tools on your web browser and navigate to "Network" tab

tut1

3) while making sure the network activity is recorded, open up any random discord channel

tut2

4) navigate to "messages?limit=50" which is an api call request. Under the tab "Request Headers" the authorization key is listed as "authorization"

tut3

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. tut4 tut5

About

Scrape data from discord servers such as messages and member count using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages