Skip to content

Commit

Permalink
Added images and got a rough draft of Twitch Auth done.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCoinTheater committed Aug 11, 2017
1 parent bd6dd00 commit 0eaee14
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
4 changes: 2 additions & 2 deletions authentication/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Key Terms

### Connect All
<h3>Connect All</h3>
This will connect all interfaces that have the "Include in Connect All" checkbox checked.

### Disconnect All
<h3>Disconnect All</h3>
This will disconnect all interfaces that have the "Include in Connect All" checkbox checked.
32 changes: 29 additions & 3 deletions authentication/auth_twitch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
To Authenticate to Twitch...
<h1>Twitch Authentication</h1>

Test
The Twitch Authentication dialog box is shown below. The proceeding steps will walk you through configuring this section.

<img src="../img/auth_window_twitch.png" style="width: 300px;" />
<img src="../img/auth_window_twitch.png" style="width: 400px;" />

## Bot Account
<h3>Set the Bot Name</h3>
On the Twitch Authentication dialog box, you'll need to specify the **name of the bot account**. Fill this in.

**Example:** If your bot account is named *CheeseBot* you'd enter that into this box.

<h3>Generate the OAuth Token</h3>
An OAuth Token is a secure method for allowing applications to access your account without providing the username or password. This protects your account as it is easily revoked and usually cannot modify your core account info (email, username, password, etc.).

To get your OAuth token, click the ***Generate Oauth-Token*** button at the bottom of the dialog. You will receive a message along these lines:
<img src="../img/auth_window_twitch_oauth_bot_confirm.png" style="width: 250px;" />

Clicking *Okay* will redirect you to the Twitch Authentication page in your web browser. Be sure you're authenticated with the right account
<img src="../img/auth_window_twitch_oauth_bot_twitch.png" style="width: 75px;" />

Upon hitting "Authorize," you'll be redirected to the ScorpBot website (scorpware.ca) with your OAuth Token visible on the screen. Copy the token and paste it into the appropriate field in the Twitch Authentication dialog box.
<img src="../img/auth_window_twitch_oauth_bot_token.png" style="width: 200px;" />

<h3>Set the channel in which it resides</h3>
Twitch's core chat technology is based off IRC, a very old and very reliable technology. Because of this, the chat channel the bot resides in must be indicated. Channels are based off usernames, preceded by a **#** sign.

So, if your username is **CheesyStreamer**, you'd put **#CheesyStreamer** in the Channel box.
<img src="../img/auth_window_twitch_bot_complete.png" style="width: 400px;" />

## Streamer Account
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 0eaee14

Please sign in to comment.