#API for managing emotes

1 messages · Page 1 of 1 (latest)

snow horizon
#

👋 Hi folks, is there a way to manage emotes via an API? I'm looking to automate the uploading of emotes to an account, and then adding them to a channel as active emotes, if that's possible.

broken verge
#

v4 is the newest one

#

also you can just open network tab on 7tv.app website, do stuff and look what gql requests are being sent

snow horizon
#

How does authentication for the gql API work? Does it just rely on your session?

broken verge
#

you can get it from local storage "7tv-token", keep in mind it will expire after some time

#

if you need persistent token you'll need to ask for it

snow horizon
#

nod Yeh, I'd want to have a persistent token that can be stored in secrets for the automation