[CustomAPI] Quote system

Is there any way you can screenshot all of this so we understand better?
Both the screenshot of the chat and of your list.
Blur/mask the tokens if it’s the private token (16 characters).

Right now the list is clean, but before we hit the 10 Quotes it appeared a few times. I will send u a screenshot if it appears again.

1 Like

did u happen to copy paste the “addquote” command into discord? … discord attempts to grab the site and display a preview, which causes everything after the = to be input into the quote list, and since discord isn’t nightbot, the command variables have no effect and just appear as text

1 Like

That makes sense. I did copy paste it into my private Discord server, so that i have the links on demand if needed. Thanks a lot

1 Like

Hi,

Loving the command, thank you.

So I am using the command as a RAID list for Destiny. I have !addquote and !delquote aliased with !joinraid $(user) and !leaveraid $(user) so all it will do is pass their username to the list, or look for an entry with their username to remove. Really simple and exactly what I need.

However, what would be great is if running !joinraid twice for example could not post because there is already and entry (“quote”) that would be exactly the same.

Hopefully that makes sense. Is that even possible?

Also, is there a way to see TOTAL entries in the list? So like !quotes total would say there are 6 entries in the list, for example?

1 Like

Hey @Oaks!

Yes you could have a !total command to know the length of the list if you add a comma after the name and then split the output of the $(urlfetch) with them, but I think the Queue API fits better your use case here.

I’m a mod for a friend with a growing quote list. Add and del quote commands work well, but I haven’t found anything in the forum how to add the edit command. Is there some magic that came up in this forum long ago or is the edit command a pipe dream?

I must maintain proper grammar and punctuation in this list. The ocd demands it.

EDIT: Is there a blanket way to edit quotes while a stream is offline?

1 Like

Hey @jomojojo411!

To create an editquote command it’s simple, take your delquote or addquote command, and simply replace the delquote or addquote part with editquote.
And yes, you can edit quotes while the stream is offline, that is you’re on Twitch, you can’t on YouTube.

1 Like

Hey Emily, we did the thing but received a ‘No matching entry found’ feedback from the bot.

How do you edit quotes while off stream? I can totally take a red pen and go to town off stream.

Thanks!!

1 Like

Use !quote list to get the full list of quotes along with their entry numbers. You can use this as a reference to edit the quotes.
To use !editquote you need to specify the entry number first and then the updated text, so let’s say you want to update the 5th quote, you’d do it like this: !editquote 5 some updated text

1 Like

is it currently possible to use !list along with a keyword query ?

Example:
!quote list birds returns a list (or URL to the list) filtered by the word “birds”
I tried https://twitch.center/customapi/quote/list?token=xxxxx&data=birds but that did not work.

1 Like

Hey @abomination!

It is not, but that would be an interesting feature.

1 Like

Hey! I am using StreamElements for this amazing quotes system.

I am having only 1 issue with it. I can get the general code to work for addquote/delquote and for quote to show a random quote in the list. But I cannot workout for the life of me how to do !quote 75 and it tell me quote 75. I have tried numerous things from other comments here, but not any of them worked. Wondered if you have any information?

Thanks, Kimmy

1 Like

Hey @theartofkimmy!

Sorry, but we only offer support on NightDev products on these forums, I suggest looking in the documentation of StreamElements for a replacement of the $(querystring) variable to replace the end of your !quote command, here’s the one that works with Nightbot:

$(urlfetch https://twitch.center/customapi/quote?token=PUBLIC_TOKEN&data=$(querystring))
2 Likes

It seems like StreamElements chatbot already has a quote system, I’m curious why not try that instead?
https://support.streamelements.com/en/articles/29-chat-bot-overview-and-guide

Or maybe you are? Because I don’t really see anything in their documentation about custom apis.

1 Like

Just gave your Requests setup a try, and I can’t for the life of me figure out why the “_pick” command doesn’t seem to work after invoking “pick” to select a quote/request to consider. It’s supposed to delete the displayed line when through, right?

1 Like

Hey @uninventive!

Have you made sure that _pick is the alias of !pick?

2 Likes

Where can I find a list of the quotes that have been pulled by my mods?

1 Like

Hey @a_filthy_casual_play!

If you added the command with the automatic installation, then just type !quote list in your chat and click on the link.
It’s specified in the usage section, please read the guide before asking a question.

1 Like

I LOVE the tool and was trying to create a pretty html file to show in OBS to the display on the stream… I got it working for like two seconds and i think i triggered a security setting when i was debugging… it says access forbidden and that’s all i get now. is there a security setting that i may have tripped?

2 Likes