-
Notifications
You must be signed in to change notification settings - Fork 0
External Service Modules
External Service Modules are modules that aren't directly tied to the Twitch API, but tie into Twitch services enough that integration of them with TWINGE made sense.
Note: You will need to have Greenheat enabled in your extensions , and users will need to allow Greenheat on their end (Via the button on the right side of the stream) to allow Greenheat to get usernames from click data.
Greenheat is an extension that works in much the same way as Scott Garner's Heat, below. The primary difference is the amount of information that is made available, and that Greenheat has slightly better handling of clicks (If you've ever run into issues with Heat repeatedly maximizing the window, this solves that). Greenheat also captures click, drag, and release, as well as whether alt/ctrl/shift are pressed during the clicks.
Note: You will need to have Heat enabled in your extensions, and users will need to allow Heat on their end to get usernames/profiles from click data.
Heat is an extension by Scott Garner that allows viewers (on Desktop) to engage with your stream by clicking on the stream itself. The extension will capture the click position and transmit that data to anything listening to the websocket. More information is available on the wiki.
Alejo's Pronoun service provides a simple way for users to define their chosen pronouns at the project website.
Implementation is simple - If this module is added, user profiles will automatically be enriched with their pronoun data. As with any profile enrichment, this data can be found in the extra object, under "pronouns."