Skip to content

guides.createTwitchApp

orciument edited this page Nov 16, 2024 · 1 revision

Twitch App

  1. go to -> dev.twitch.tv
  2. log in with your Twitch Account (you may need to authorise access to your Twitch Account)
  3. go to your console
  4. on the right side, under applications register a new Application
  5. add a name, this is just an identifier for you, and select the category
  6. add the redirect URL to the bots endpoint: http://localhost:80/auth/twitch (TODO)
  7. copy the clientID and clientSecret, these are the credentials you will need for the bot
Clone this wiki locally