Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 898 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 898 Bytes

twitch-token

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

Quick Start

  • Start server
npm install
npm run start

Enter your client ID from the twitch developer console and click Login. Then follow instructions. example