Skip to content

Reference

For the most part, wrapper attributes that are not added features have the same name as the direct JSON counterparts, with the exception of adding prefixes to some things that have the same name in the JSON as Python builtin functions. For example, thing/id in JSON is thing.thing_id in the wrappers.

  1. cocorum, the main Rumble Live Stream API wrapper.
  2. cocorum.chatapi, a wrapper for Rumble's internal chat API, can receive messages very quickly.
  3. cocorum.servicephp, a wrapper for Rumble's internal service.php API, needed for login.
  4. cocorum.uploadphp, a wrapper for Rumble's upload.php API, used to upload videos.
  5. cocorum.scraping, a way of getting data from Rumble HTML, wether from the web or the APIs for some reason.
  6. cocorum.jsonhandles, abstract classes for handling JSON data blocks.
  7. cocorum.utils, utility functions for local calculations or one-off checks.
  8. cocorum.static, static global data used across the library.

S.D.G.