Credits
Credits for this idea goes to @member and credit for the use of his quote API goes to @member
Getting tokens for commands
To get the tokens needed for this command please go here https://twitch.center/customapi/quote/generate and find the 8 and 16 digit tokens.
They are after “token=” and before “&data” the 8 digit one is your PUBLIC_TOKEN and is free to share, your 16 digit one is you PRIVATE_TOKEN and should not be shared.
Adding the commands
- Command one call this whatever you want the main command tone I suggest “!here/!streak” or something along those lines but it’s up to you:
$(eval u=`$(user)`;a=`$(twitch $(channel) "{{uptimeLength}}/{{uptimeAt}}")`.split(`/`);b="$(urlfetch json https://twitch.center/customapi/quote/list?token=PUBLIC_TOKEN&no_id=1)".split(",");T=`PRIVATE_TOKEN`;$(urlfetch json https://pastebin.com/raw/VuaxVxUz))
Alias should be set to the next commands name I suggest whatever name yous house for this command with an underscore before it “_here/_streak”
- This is the alias of the last command so call it whatever you decided for that:
$(eval a=`$(urlfetch https://twitch.center/customapi/$(1))/$(urlfetch https://twitch.center/customapi/$(2))`;u=`$(user)`;c=`$(channel)`;Q=`$(query)`.split(` `);$(urlfetch json https://pastebin.com/raw/wEWEs4Rw))
- This command is a timer and doesn’t not matter what you name it: