Skip to content

Piecuuu/discord_gif_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Gif Extractor

What is it?

Well, it's basically a little program to extract gif links from your gif favorites.

Can it access my account?

No, it can't. Every action that you do on your account while setting up the program is done purely by you. The program also can't access any of your personal info, tokens and stuff like that.*

* While using the --token parameter the app can access the account you have provided the token to. It will only get the frecency user data (GIF favorites and most used/favorite emojis). (https://discord.com/api/v9/users/@me/settings-proto/2)

Usage

Downloading the source code

git clone --recursive https://github.com/Piecuuu/discord_gif_extractor
cd discord_gif_extractor

Building

mkdir build &&
cd build
cmake ..
make

Using

Getting the encoded data

TODO: Write about manually getting it. The newest update includes -t with usage is described in Option A or usage.

Using the extractor

Option A: Providing your Discord Token for the program to automatically pull in the data.

It's as easy as running (replace TOKEN with your actual token):

./discord_gif_extractor -t TOKEN

Option B: Decode data you got by manually sending a GET request or by looking in the Network tab of devtools.

Go to the directory you've built the program in (it's probably build/).

Create a file named data.txt and paste the encoded data inside the file.

Now run the extractor:

./discord_gif_extractor

A file named links.txt should appear in the current directory.

About

A tool to rip out gif links from your favorites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published