Guild Downloader is a Python script designed to download various information from a guild (server) such as:
- Emojis
- Stickers
- Channel info
- Roles info
- Basic info of the guild
To download member information, the script requires the user to have the Manage Member permission.
It Make Call with discord API with Your Account Token to get relevent info and store the info on you machine. The script downloads all the guild information and saves it in a new folder created in the directory where the script is located. The folder is named after the server name.
To run this script, the user needs to enter the Authorization token into the script.
- Run the script: just run the file!