node-twitch-webhook
node-twitch-webhook copied to clipboard
A Node.js library for Twitch Helix Webhooks
Issue is TypeError: http.createServer is not a function _Originally posted by @nic11 in https://github.com/true-dubach/node-twitch-webhook/issues/14#issuecomment-496205248 _const fs = require("fs"); const http =("http"); const server = http.createServer(); server.on('request', (req, res) => {...
```{"error":"Unauthorized","status":401,"message":"OAuth token is missing"}``` > What’s changing? > Starting on May 1, 2020, Helix will require the following: > > Use of OAuth across all endpoints, either via an app...
Currently you're limited to 30 tickets a minute. You can get 800 tickets a minute by simply adding the token header.