scuffed .py script to download all emojis from a server you're a member of (with a few steps)
drag and drop text file (.har, .txt, ...) w/ browser traffic and get emojis in bulk :)
parses text file of URLs, gets sticker/emoji IDs, then downloads them (no duplicates).
also works for stickers. same exact steps except you click stickers box instead of the emojis box
made on python 3.10.5; refer to 'guide' below please.
Example run [recording from step 7 to end]: https://i.gyazo.com/29e0bb295c894de5bd56be05396a6645.mp4
NOTE: IF YOU ALREADY KNOW HOW TO GET A .har OR .txt FILE VIA FIREFOX/CHROME OR SOME OTHER TOOL, SKIP TO STEP 4
all of the emojis enclosed in the green box are visible/not buffering; ie, fully loaded.
Step 8: a console window will pop up and you'll see something like this when the file is all processed
Step 9: wait and a message box will pop up (if it fails, it'll display # of emotes it failed to get)
p.s. this wasnt meant for release and won't be maintained but i will make README more coherent when time permits.