forked from RSCPlus/rsctimes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Twitch IRC. Doesn't look great right now because of the ::null…
… message after.
- Loading branch information
1 parent
44f8eca
commit cd2114a
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Twitch Chat in rsctimes | ||
|
||
In order to use Twitch chat in rsctimes, you are required to register an app on Twitch and use it in order to get your OAuth token. | ||
|
||
1. Go to [Twitch's developer console](https://dev.twitch.tv/console/apps). | ||
2. Press "Register Your Application". | ||
3. Enter a (unique) name for the application, and set the OAuth redirect URL to `http://localhost:1337`. Also set the Category to `Chat Bot`. | ||
4. Press Manage on your application, and copy your Client ID. | ||
5. Once registered, go to this page in your browser and authorise, replacing `<CLIENTID>` with your actual client ID: | ||
```https://id.twitch.tv/oauth2/authorize?client_id=<CLIENTID>&redirect_uri=http://localhost:1337&response_type=token&scope=chat%3Aread+chat%3Aedit``` | ||
6. Once authorised, retrieve your token from the `access_token` part of the web address. | ||
7. In rsctimes Streaming & Privacy settings, enter the channel you want to talk in, your Twitch username (the same one used to authorise the application), and your OAuth token retrieved above. | ||
8. When you log in, you should be able to talk in Twitch chat by prepending your message with `/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters