Skip to content

Commit

Permalink
docs(twitch): add instructions on how to get tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Jan 12, 2021
1 parent 52c7e74 commit 9c35e72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Token generation can be found at https://twilio.com/console.

## Twitter

Generate all Twitter keys at: https://developer.twitter.com/
Generate all Twitter keys at https://developer.twitter.com.

| Environment variable | Description |
|:---:|---|
Expand All @@ -190,10 +190,12 @@ Generate all Twitter keys at: https://developer.twitter.com/

## Twitch

Instructions on how to set up tokens can be found at https://d-fischer.github.io/twitch-chat-client/docs/examples/basic-bot.

| Environment variable | Description |
|:---:|---|
| `TWITCH_CLIENT_ID` | Twitch client ID |
| `TWITCH_CLIENT_SECRET`| Twitch client secret |
| `TWITCH_ACCESS_TOKEN` | Twitch access token |
| `TWITCH_REFRESH_TOKEN` | Twitch refresh token |
| `TWITCH_CHANNEL` | Twitch channel |
| `TWITCH_CHANNEL` | Twitch channel |

0 comments on commit 9c35e72

Please sign in to comment.