thelabcat / rumble-api-wrapper-py

An unofficial Python wrapper for the Rumble Live Stream API
GNU General Public License v3.0
2 stars 1 forks source link

Add Rumble's Web chat EventSource stream #3

Closed thelabcat closed 6 months ago

thelabcat commented 6 months ago

GlobalGamer2015 mentioned to me that Rumble's event stream for the Web chat display is publicly accessible, and that he used it to provide a more consistent chat access for RUM-Bot live alerts. This could be added as a submodule, .eventchat or similar.

Possibly would need sseclient as a new dependency.