Skip to content

womblee/discord-favorite-gif-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Favorite (.gif) Downloader

This script allows you to download all of your favorite gifs from discord very fast without any bullshit.

Updated and still works as of 16.07.2025

image

Additional platforms supported

tenor-logo-4EA1E41CC2-seeklogo com

5842a969a6515b1e0ad75b05-1022447648 (3)

How to use

Requirements

Before running, make sure you have Python and every needed library installed.

To install needed libraries for this script:

pip install -r requirements.txt

Usage

  1. cd into the directory with the script (e.g cd C:\Users\CuteCat\Desktop\GifDownloader)
  2. Copy your favorite .gif(s) data and save it to data.json (see article below)
  3. Run this command: python main.py
  4. Your .gif(s) should start downloading

How to get data

  1. Open the developer tab of your browser via F12.
  2. Open the 'Network' tab.
  3. Refresh the discord page via CTRL+R.
  4. Open the gif selector and go into the favorite gifs tab.
  5. Now go to the "{;} 2" key and select it. (if you don't see it repeat the process)
  6. Copy the contents of it. (example provided below)
{
    "settings": "A LARGE CHUNK OF DATA SHOULD BE HERE"
}

image

  1. Now I want you to copy the contents of it and save to a file named 'data.json'

    (The data file must be in the same directory as the script)

About

This script allows you to download all of your favorite gifs very fast

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages