Skip to content

Website for downloading emojis and stickers from discord server as ZIP archive

License

Notifications You must be signed in to change notification settings

Virenbar/discord-emoji-export

Repository files navigation

discord-emoji-export Build artifact Netlify Status

Website for exporting emojis and stickers from any discord server you are in. page

Features

  • 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)

How to get Discord token

Using network tab

  • Open development console (F12 or Ctrl + Shift + I)
  • Switch channel or server
  • Go to Network tab
  • Turn on XHR filter
  • Select any request
  • Find authorization header

Network

Using application tab (browser only)

  • Open development console (F12 or Ctrl + Shift + I)
  • Go to Application tab
  • Select local storage
  • Search for token key

Application

Running locally

  1. Clone repository

  2. Install dependencies

    yarn
  3. Build and start dev server

    yarn dev
  4. 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>"
        },
    ]
}

CORS proxy

Website uses CORS proxy for stickers