discord-favorite-gif-downlo.../README.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

2024-07-05 20:36:22 +00:00
# Discord Favorite (.gif) Downloader
2024-07-05 20:26:57 +00:00
This script allows you to download all of your favorite gifs very fast
2024-07-05 20:36:22 +00:00
2024-07-05 20:44:40 +00:00
![image](https://github.com/womblee/discord-favorite-gif-downloader/assets/52250786/a116dbf0-1171-4cf4-ac6b-4428cf6824ff)
2024-07-05 20:36:22 +00:00
2024-07-06 10:36:01 +00:00
## Additional platforms supported
2024-07-06 10:36:48 +00:00
- ![tenor-logo-4EA1E41CC2-seeklogo com](https://github.com/womblee/discord-favorite-gif-downloader/assets/52250786/321d4bcc-6919-4e83-aeee-067baaae1f5c)
2024-07-06 09:26:05 +00:00
2024-07-06 10:36:48 +00:00
- ![5842a969a6515b1e0ad75b05-1022447648 (3)](https://github.com/womblee/discord-favorite-gif-downloader/assets/52250786/9be7ea57-a249-475d-8803-29a0d3227940)
2024-07-06 10:36:01 +00:00
2024-07-05 20:36:22 +00:00
# How to setup
1. Open the developer tab of your browser via **F12**.
2. Open the 'Network' tab.
2024-07-06 09:26:05 +00:00
3. Refresh the discord page via **CTRL+R**.
2024-07-05 20:36:22 +00:00
4. Open the gif selector and go into the favorite gifs tab.
2024-07-06 09:26:05 +00:00
5. Now go to the "{;} 2" key and select it (if you don't see it repeat the process).
2024-07-06 10:37:28 +00:00
6. Copy the contents of it. (example provided below).
2024-07-05 20:36:22 +00:00
```json
{
"settings": "ENCODED TEXT HERE"
}
```
2024-07-06 09:26:05 +00:00
![image](https://github.com/womblee/discord-favorite-gif-downloader/assets/52250786/ae7a0858-e17b-44bc-a130-d75ae1d3fcb3)
2024-07-05 20:47:08 +00:00
2024-07-06 09:26:05 +00:00
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**)
2024-07-05 20:36:22 +00:00
# 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`