This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Discord Sticker and Emoji downloader | |
| # Run this command to dump info about the server into a file (required) | |
| # Replace :guild id: with guild id (right click on server and copy) and :user token: with user token | |
| # `curl https://discord.com/api/v10/guilds/:guild id: -H "Authorization: :user token:" > guild.json` | |
| # Files are dumped into the output/ folder | |
| import json | |
| import requests | |
| import os |