Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
M10327 committed Jun 15, 2023
1 parent 2b0d3b4 commit f1e857b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# DiscordEmojiDownloader
# Discord Emoji and Sticker Downloader
This is a lightweight commandline application for downloading nearly any emoji and stickers from any discord server you are in. Does *not* download lottie stickers, but when I downloaded all stickers from the 60+ servers I was in there was only 1 lottie sticker out of all of them. This requires you provide your discord token, but it shouldnt (no guarantee though, you take the risk by using this) get your account banned, beause it only uses your token as authentication in a GET request to `https://discordapp.com/api/v6/guilds/yourserveridhere` to download the information from the server id you provide. If you run into any problems, please make a post in the [issues](https://github.com/M10327/DiscordEmojiDownloader/issues) section. Supports downloading just 1 server at a time, or queueing up many servers through an `input.txt` file.

I'll finish the readme later and maybe put a release.
tldr this takes your user token and guild id(s) to download all custom emojis and stickers from it. Relies on apng2gif to convert animated stickers, which you have to download separately.
### Requirements
- .NET 6.0 or higher
- [apng2gif v1.8 NON-GUI](https://sourceforge.net/projects/apng2gif/files/1.8/)
- Being in the discord server you want to download emojis from
- Windows

### How to use
1. Download the newest [release](https://github.com/M10327/DiscordEmojiDownloader/releases)
2. Extract the zip file somewhere
3. Download apng2gif and extract that exe into the same folder as `DiscordEmojiDownloader.exe`
4. Run `DiscordEmojiDownloader.exe` and follow onscreen instructions

0 comments on commit f1e857b

Please sign in to comment.