Skip to content

Commit

Permalink
Twitch: change token generation website + add instructions (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felanbird authored Dec 13, 2024
1 parent 599ae04 commit e21433d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Twitch.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,21 @@ Your Twitch username

### OAuth Token

Used to authenticate with Twitch, can be generated by using https://twitchapps.com/tmi
Used to authenticate with Twitch, can be generated by using https://twitchtokengenerator.com/

Once you've completed the login process on the above link, you'll be directed to the following page:
![twitchapps-post-login-token](img/twitch/twitchapps_post_login_token.png)
Copy paste the code into the `Oauth Token` box. Do not alter the code, as the `oauth:` portion is required for login to work.
Click the `Custom Scope Token` option
![twitchtokengenerator-popup](img/twitch/twitchtokengenerator_popup.png)

Scroll down and toggle `chat:read` and `chat:edit` to `Yes`.
![twitchtokengenerator-scopes](img/twitch/twitchtokengenerator_scopes.png)

Scroll down and click `Generate Token!`
![twitchtokengenerator-button](img/twitch/twitchtokengenerator_generate_token.png)

Once you've completed the login process, you'll be directed back to the main page:
![twitchtokengenerator-post-login-token](img/twitch/twitchtokengenerator_post_login_token.png)

Copy the `ACCESS TOKEN` and paste it into the `Oauth Token` box in RuneLite.


### Channel
Expand Down
Binary file removed img/twitch/twitchapps_post_login_token.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/twitch/twitchtokengenerator_popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/twitch/twitchtokengenerator_scopes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e21433d

Please sign in to comment.