Skip to content

Instantly share code, notes, and snippets.

@3top1a
3top1a / discord_emoji_stickers.py
Created September 2, 2025 10:01
Python script I made in 20 minutes to download emojis and stickers from a discord server
# 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