TwitchLib / TwitchLib.PubSub

PubSub component of TwitchLib.
38 stars 51 forks source link

adds support for hypetrain events Progression and LevelUp #123

Closed swiftyspiffy closed 10 months ago

swiftyspiffy commented 1 year ago

Adds support for the undocumented hype trains pubsub topic, which has been tested to support progression and levelup events.

This uses data from #47 for implementation details. It probably requires some testing to confirm all is well before merging.

Praxidice commented 1 year ago

I've been working on this as well (sorry) and I've implemented all the hype train event I can find, we should try to combine our work I suppose, here is my work (not fully commented yet).

swiftyspiffy commented 10 months ago

Just now responding to this, apologies for the delay. If you want to cut a PR we can take your submission over this one, that's fine. Pubsub is the last component before we update the version of the main package.

swiftyspiffy commented 10 months ago

I'm going to merge this, and then if you're still interested you can rebase on top and add the remaining events.