Emily
April 22, 2023, 11:47am
525
Hey @Bigyan_subba !
It’s not recommended, it’s not the API’s intended use, the dev is free to terminate your tokens at their discretion.
Hey @killer_virus !
I covered this on the forum in the past, it’s not recommended and I won’t offer further support on this for the reason mentioned above, but here are some links:
Hey @Exile !
I have a workaround, for that we’ll use the quote system API . You’ll get your TOKENS by clicking on the second link in the post, use these in the commands I wrote. To know where to look for your PUBLIC_TOKEN and PRIVATE_TOKEN, look at the field bellow:
$(urlfetch https://twitch.center/customapi/quote?token=PUBLIC_TOKEN&data=$(querystring))
$(urlfetch https://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&data=$(querystring))
$(urlfetch https://twitch.center/customapi/delquote…
Hey @shanearchy !
Yeah, the $(counter) variable is for the whole command, it can’t be user-specific, however, you can leverage existing tools to achieve what you’re looking for.
We’ll use the Quote API , get your tokens by following the Manual Installation link.
Refer to the following to identify your PUBLIC_TOKEN and PRIVATE_TOKEN:
$(urlfetch https://twitch.center/customapi/quote?token=PUBLIC_TOKEN&data=$(querystring))
$(urlfetch https://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&d…
Please use the search bar before asking.