forked from galnir/Master-Bot
-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Your Twitch API Info
Bacon Fixation edited this page Apr 27, 2023
·
4 revisions
-
A Twitch account is needed, if you don't already have one you can Click Here
-
Login to Twitch's Dev Portal Dashboard with your Twitch login Info https://dev.twitch.tv/console/apps
-
Click on 'Register Your Application' in Dev Portal Dashboard.
-
Go ahead and 'Name' your App.
-
For 'OAuth Redirect' enter
http://localhost
-
Select a 'Category', I used 'Application Integration'
-
........make sure you're not a robot then click 'Create'
-
Now that you have an app created click 'Manage' on your new creation
-
You should now see your Client ID
-
Click 'New Secret' to see your Secret Token
-
Now we can add them to your
.env
file