Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virenbar/discord-emoji-export
Website for downloading emojis and stickers from discord server as ZIP archive
https://github.com/virenbar/discord-emoji-export
discord discord-api emoji emoji-picker sticker-picker
Last synced: 29 days ago
JSON representation
Website for downloading emojis and stickers from discord server as ZIP archive
- Host: GitHub
- URL: https://github.com/virenbar/discord-emoji-export
- Owner: Virenbar
- License: mit
- Created: 2022-09-27T04:37:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T12:38:47.000Z (7 months ago)
- Last Synced: 2024-05-27T14:28:28.524Z (7 months ago)
- Topics: discord, discord-api, emoji, emoji-picker, sticker-picker
- Language: Vue
- Homepage: https://virenbar.ru/discord-emoji-export/
- Size: 992 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# discord-emoji-export [![Build artifact][build-src]][build-href] [![Netlify Status][netlify-src]][netlify-href]
Website for exporting emojis and stickers from any discord server you are in.
![page](./assets/page.png)## 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](./public/images/network.png)
### 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](./public/images/application.png)
## Running locally
1. Clone repository
2. Install dependencies
```bash
yarn
```3. Build and start dev server
```bash
yarn dev
```4. Open:
## [JSON schema](https://virenbar.github.io/discord-emoji-export/schemas/emojis.schema.json)
```json
{
"guildName": "",
"guildID": "",
"emojis": [
{
"name": "",
"id": "",
"identifier": "::",
"url": "https://cdn.discordapp.com/emojis/."
},
]
}```
## CORS proxy
Website uses [CORS proxy][schema-href] for stickers
[build-src]: https://img.shields.io/github/actions/workflow/status/Virenbar/discord-emoji-export/build.yml?label=Build&logo=github
[build-href]: https://github.com/Virenbar/discord-emoji-export/actions/workflows/build.yml[netlify-src]: https://api.netlify.com/api/v1/badges/3c01e6cb-873d-4858-bef8-bf82eff1fab7/deploy-status
[netlify-href]: https://app.netlify.com/sites/virenbar-discord-emoji/deploys[schema-href]: https://github.com/Virenbar/cloudflare-cors-proxy