Skip to content

MaddyKakkouHeart/DEB

 
 

Repository files navigation

Discord Emoji Backup

Discord Emoji Backup is a utility that allows you to create a backup of the emojis from your Discord server or all of the Discord servers your Discord account is in.

Features

  • Cross-platform support for Windows and Linux
  • Filters out duplicate emojis using SHA1 file checksums.
  • Has an archival append option.

GitHub release GitHub All Releases

Screenshot

Useage

If you would like to download the emojis of a specific server, go into the sever and find a channel you can type in and type &b
If you would like to download the emojis from ALL of the servers you are in, you can type &ba in any channel on discord, including DM's.

Settings

Edit settings.json

{
  "token":"Token_Here", // Replace Token_Here with your user token.
  "command_prefix":".", // This is the command prefix for your trigger commands(.b, .ba)
  "keep_dir":"false", // If this value is set to true it will append emojis to the folders rather than mirroring backups.
  "no_dupes":"true" // If this value is set to true it will filter duplicate emojis using SHA1 checksums.
}

How to obtain your token

1. Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools
2. Navigate to the Application tab
3. Select Local Storage > https://discordapp.com on the left
4. Press Ctrl+R (⌘R) to reload
5. Find token at the bottom and copy the value


Disclaimer

This is a self-bot which is against Discord ToS. Use it at your own risk.

How to build executable

Windows

pip install -r requirements.txt
pyinstaller main.py --onefile -i 'd.ico'

Linux

WIP

About

Discord Emoji Backup is a utility that allows you to create a backup of the emojis from your Discord server or all of the Discord servers your Discord account is in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.8%
  • Other 1.2%