Hi All, I wanted to build an ExpressJS server that hooks into the twitch API so every time I do a channel redeem it my listener can pick it up and the reason I wanted to do this is so I can convert twitch points into my own points system Eg, Redeem 1000 point transfer and it transfer it into my point system, First I want to check if this is allowed and secondly how to do it as it seems its causing massive headache just setting up a basic listener to listen to the channel point redeems also confusion on what credentials I need to give as I have set up an application in twitch dev and using ngork as needs to be ssl all for local atm of course when publish will use the official server link
1 Like
Refer to the channel points AUP
IMO I don’t think it’s permitted but I’m not a lawyer
if you are using NGROK sounds like you oaught to be using WebSockets transport instead of Webhooks transport.
Unless this is just for testing purposes before putting your implemtnation on your webserver.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.