theAbdoSabbagh / DiscordScraper

Discord guild members profile picture, username, ID and Bio scraper.
MIT License
41 stars 4 forks source link

Where do I get this token #6

Closed noahfraiture closed 1 month ago

noahfraiture commented 1 month ago

Hello I searched in the code and in the documentation of https://github.com/dolfies/discord.py-self?tab=readme-ov-file but I can't find where to find the token. Where can I have it ?

woctezuma commented 1 month ago

It is the value of Authorization in the Headers of your browser requests.

noahfraiture commented 1 month ago

Thank you