This script allows you to download all of your favorite gifs very fast
- 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": "ENCODED TEXT 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)
cd into the directory with the script, and run: python main.py
Before running, make sure you install every needed library:
pip install -r requirements.txt