https://github.com/womblee/discord-favorite-gif-downloader
This script allows you to download all of your favorite gifs very fast
https://github.com/womblee/discord-favorite-gif-downloader
automatic database discord downloader favorite gif imgur parser scraper tenor
Last synced: 6 months ago
JSON representation
This script allows you to download all of your favorite gifs very fast
- Host: GitHub
- URL: https://github.com/womblee/discord-favorite-gif-downloader
- Owner: womblee
- License: apache-2.0
- Created: 2024-07-05T20:26:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T19:29:25.000Z (6 months ago)
- Last Synced: 2025-04-14T20:33:03.550Z (6 months ago)
- Topics: automatic, database, discord, downloader, favorite, gif, imgur, parser, scraper, tenor
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Favorite (.gif) Downloader
This script allows you to download all of your favorite gifs very fast
## Additional platforms supported

# How to setup
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)_
```json
{
"settings": "ENCODED TEXT HERE"
}
```
7. 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**)# How to use
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`