Skip to content

tipeeeStreamInput

orciument edited this page Nov 16, 2024 · 1 revision

This Input connects to the tipeeeStream api using a websocket to get donations events from tipeee, and provide them, as event, to the bot.

Config Values

If none of these 3 Values is set, the TipeeeStream Module is disabled. In that case, it will just refuse to start and immediately shut down, if started. This mode is primarily for testing without an API key.

Config Name Description
tipeeeSocketUrl Optional. The Websocket URL of the tipeee Endpoint. Only needed as an overwrite in case of an error. In normal operation, the current URL is remotely loaded from tipeee
tipeeeApikey The TipeeeStream api key of the channel owner
tipeeeChannel The TipeeeStream Channel name

Getting a TipeeeStream Api Key

  1. go to tipeeestream.com
  2. login with twitch (or whatever you like)
  3. go to developers
  4. copy your api key
Clone this wiki locally