

A simple api that allows mods to read chat messages from twitch.
If youre a streamer, make sure that you set your channel name by typing "twitchapi:setchannel <channelname>" (you only need to do this once) before enabling twitch mode by typing in the console "twitchapi:toggle"(you need to do this every time you start up the game)
if youre a modder, set the dll as a refrence in your mod and then subscribe a method to "GlobalChatDelegate". you can check if twitch integration is currently enabled via the "integrationEnabled" variable. While twitch mode is enabled, every time a chat message is sent in the channel, the even will go off, allowing you to react to messages/usernames and do in-game events.
big thank to kyle who wrote basically all the twitch stuff, this is practically a port of his twitch integration mod from modWorkshop
big thanks to nevernamed who made the mod icon.
what did i do you ask? good question.