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
Before running, make sure you have Python and every needed library installed.
To install needed libraries for this script:
pip install -r requirements.txt
- cd into the directory with the script (e.g
cd C:\Users\CuteCat\Desktop\GifDownloader
) - Copy your favorite .gif(s) data and save it to
data.json
(see article below) - Run this command:
python main.py
- Your .gif(s) should start downloading
- Open the developer tab of your browser via F12.
- Open the 'Network' tab.
- Refresh the discord page via CTRL+R.
- Open the gif selector and go into the favorite gifs tab.
- Now go to the "{;} 2" key and select it. (if you don't see it repeat the process)
- Copy the contents of it. (example provided below)
{
"settings": "A LARGE CHUNK OF DATA SHOULD BE HERE"
}
-
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)