Viewer Control (crowd control) #1976
Replies: 6 comments
-
How does viewer control work? |
Beta Was this translation helpful? Give feedback.
-
Basically, viewers of a stream can chat something for something in a streamer's game to happen. |
Beta Was this translation helpful? Give feedback.
-
How does the connection work, I mean |
Beta Was this translation helpful? Give feedback.
-
I'm not entirely sure, some games have it coded in already, but most require modding of some sorts. |
Beta Was this translation helpful? Give feedback.
-
you will need to use google's api. I am not familiar with it, and it may not webhooks (and I don't think it does), in which case turbohook would not work, and insead you should use http or network, although fetch could also be enough. On google's side, you will need to sign up for YouTube Data API v3, which is not free but has a free trial. you will need to request an oauth token, which is a compex prosses that I will not explain in this comment. this procces usualy requires a backend, and definitly requires a website it can redirect you to. it is not easy. |
Beta Was this translation helpful? Give feedback.
-
the twitch api is much simpler, and there is #1056 which interacts with it, and could probobly be moified to do what you want to do if your okay with twitch |
Beta Was this translation helpful? Give feedback.
-
I am working on a Turbowarp project, and I want to add a crowd control system so that viewers of a stream can modify how someone plays the game (mainly for youtube.) I am trying to use the TurboHook extension for this, but I am not sure how to write the code for it to check a stream's chat for messages.
If there is an extension that does this much more easily, please let me know!
Beta Was this translation helpful? Give feedback.
All reactions