Website for exporting emojis and stickers from any discord server you are in.
- Browse emojis in server
- Browse stickers in server
- Download emojis in ZIP archive
- Download stickers in ZIP archive
- Export emojis as JSON (with links to emojis)
- Open development console (
F12
orCtrl + Shift + I
) - Switch channel or server
- Go to Network tab
- Turn on XHR filter
- Select any request
- Find authorization header
- Open development console (
F12
orCtrl + Shift + I
) - Go to Application tab
- Select local storage
- Search for
token
key
-
Clone repository
-
Install dependencies
yarn
-
Build and start dev server
yarn dev
-
Open: http://localhost:3000
{
"guildName": "<name>",
"guildID": "<id>",
"emojis": [
{
"name": "<name>",
"id": "<id>",
"identifier": "<a?>:<name>:<id>",
"url": "https://cdn.discordapp.com/emojis/<id>.<png|gif>"
},
]
}
Website uses CORS proxy for stickers