JackyJacky
Guide/Twitch Streamer Setup
Local Security Policy

Your keys remain local and are never sent to external servers.

Twitch Developer RegistrationTwitch Console

Step 1: Register Application
  • Log in to the Twitch Developer Console.
  • Go to Applications and click + Register Your Application.
  • Enter Application Name: Jacky Streamer Mode.
  • Set OAuth Redirect URL: http://localhost and click Add.
  • Choose Category: Application Integration.
  • Choose Client Type: Confidential and save.
Step 2: Enter Tokens & Generate
twitch.json snippet output
{
  "client_id": "YOUR_CLIENT_ID",
  "client_secret": "YOUR_CLIENT_SECRET",
  "channel": "YOUR_CHANNEL_NAME"
}