Skip to content

Twitch 'user access token' generator base on 'OAuth implicit code flow'

License

Notifications You must be signed in to change notification settings

Roout/twitch-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Twitch 'user access token' generator base on 'OAuth implicit code flow'

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published