Skip to content

External Service Modules

MorseAmalgam edited this page Feb 16, 2025 · 5 revisions

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.

Pronoun Picker by Alejo

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."

Heat by Scott Garner

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.

Clone this wiki locally