How to subscribe to events with Twitch CLI EventSub websocket server

Thanks for the reply. I guess this is why EventSub via websockets is labeled beta.

I’ll try and come up with a way to manually inject the messages into my app, but some are hard to understand from the docs, eg. whether there is a way to determine who gifted a sub. So when somebody gifts 100 subs, the app doesn’t spam 100 sub notifications after. Or collects them into a single notification.

I guess the CLI can at least produce valid JSON responses I can try to work with.

I think in my case it may be better to work with PubSub instead, but I’d be missing out on some features eg. follow notifications.