Skip to content

Instantly share code, notes, and snippets.

@Voltikor
Voltikor / copy_7tv_emote_set.py
Created November 10, 2024 23:14
Script to copy 7tv emote sets from other users
### 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