StreamElements / widgets

279 stars 118 forks source link

Channel Points event type for Custom Widget #6

Open jaebirds opened 4 years ago

jaebirds commented 4 years ago

Hi, I made my own chat widget and would like to display any channel point redemptions in that widget but the event listener doesn't get any channel point events. Is this possible to add? Thanks!

iequivocality commented 3 years ago

+1

kemaoaoao commented 3 years ago

+1

farhanjiwani commented 3 years ago

I don't think SE uses that API but it would be great if they did.

alkaris2 commented 9 months ago

it's been few years since this idea was suggested and requested. What's the status of SE adding alert events for Channel Points?

c4ldas commented 9 months ago

There is no status, to be honest with you, as far as I know. Only if the redemption has a text input, the listener is able to capture in onEventReceived.

However, using pubsub is possible to collect that info directly. I created a simple widget that sends any redeemed channel points info to onEventReceived, so you can work on it.

You can find it here with some instructions on how to use it. I hope it helps: https://github.com/c4ldas/streamelements-widgets/tree/main/twitch-channel-points