Skip to content

Instantly share code, notes, and snippets.

@tehbasshunter
Created November 17, 2021 09:16
Show Gist options
  • Select an option

  • Save tehbasshunter/8e9de1b80e00913be9d67b2053ea14ae to your computer and use it in GitHub Desktop.

Select an option

Save tehbasshunter/8e9de1b80e00913be9d67b2053ea14ae to your computer and use it in GitHub Desktop.
3rd Party Quote
You go here: https://twitch.center/customapi/quote/generate
You have 3 links which have a string of letters/numbers for the tokens. Short one is the "Display Token" while the longer one is the "Edit Token"
To display your quote list you do https://twitch.center/customapi/quote/list?token=DISPLAYTOKEN
To return a random quote (!quotes or whatever command): ${customapi.http://twitch.center/customapi/quote?token=DISPLAYTOKEN&no_id=1} --- (You can remove &no_id=1 to display the quote number)
To return a specific quote (!quotes 21 or whatever command): ${customapi.http://twitch.center/customapi/quote?token=DISPLAYTOKEN&data=${1}&no_id=1} ----- You can use either numbers or words to search for something.
To add a quote (!addquotes or whatever command): ${customapi.http://twitch.center/customapi/addquote?token=EDITTOKEN&data=${1:}} --------- Long quotes can get cut off when added via chat.
To delete a quote (!delquotes 1 or whatever command): ${customapi.http://twitch.center/customapi/delquote?token=EDITTOKEN&data=${1:}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment