feat(twitch): add twitch integration

This commit is contained in:
Rıdvan Akca
2023-11-01 18:13:52 +03:00
parent 5fb48ed54b
commit e97c7e2e68
15 changed files with 244 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
# Twitch
:::info
This page explains the steps you need to follow to set up the Twitch
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the [developer console](https://dev.twitch.tv/console) to register an app.
2. Select on the **Applications** tab and click on the **Register Your Application**.
3. Enter a name for your app.
4. Copy **OAuth Redirect URL** from Automatisch to **OAuth Redirect URLs** field.
5. Select a **Category** and click on the **Create** button.
6. Go back to **Applications** tab and choose your app under **Developer Applications**.
7. Click the **Manage**.
8. Copy the **Your Client ID** value from the following popup to the `Client ID` field on Automatisch.
9. Click on the **New Secret** and generate your client secret key.
10. Copy the **Your Client Secret** value from the following popup to the `Client Secret` field on Automatisch.
11. Click **Submit** button on Automatisch.
12. Congrats! Start using your new Twitch connection within the flows.