Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.4 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.4 KB

Discord Favorite (.gif) Downloader

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

image

Additional platforms supported

tenor-logo-4EA1E41CC2-seeklogo com

5842a969a6515b1e0ad75b05-1022447648 (3)

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)
{
    "settings": "ENCODED TEXT 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)

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