Twitch user access token generator base on OAuth implicit code flow.
It's a server with a little bit of client code which helps to get an access token for your twitch application.
Note this is an User Access Token (not app token).
Provided scopes are:
chat:read chat:edit channel:moderate whispers:read whispers:edit channel_editor channel:read:subscriptions
- Start server
npm install
npm run start
- Open browser at http://localhost:3000
Enter your client ID from the twitch developer console and click Login. Then follow instructions.