This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Non-asynchronous version to avoid rate limiting ### | |
import requests | |
import time | |
# Emote set ID can be found on the url of said set | |
emote_set_id_to_copy_from = "XXXXXXXXXXXXXXXXXXXXXXXXXX" | |
# Emote set ID : Bearer token | |
# Bearer token can be obtained several ways | |
# Easiest is: Logged in, press F12 to open DevTools, navigate to the Application tab, find and click on https://7tv.app under Local storage |