Created
November 17, 2021 09:16
-
-
Save tehbasshunter/8e9de1b80e00913be9d67b2053ea14ae to your computer and use it in GitHub Desktop.
3rd Party Quote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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