issork / gift

Godot IRC For Twitch addon
MIT License
150 stars 23 forks source link

Bits, subs, alerts and channel point integration #17

Closed FromCollin closed 1 year ago

FromCollin commented 1 year ago

Is there a way or a roadmap for adding alerts for subs, bits and channel points?

issork commented 1 year ago

Yes, this is coming after #16 :) Currently you'd have to connect to Twitch with a seperate websocket yourself, as the events are fired from a different API at wss://pubsub-edge.twitch.tv

More details here; https://dev.twitch.tv/docs/pubsub/

issork commented 1 year ago

Done, testing would be appreciated <3