Kapitel 13/Tutorial.md aktualisiert

This commit is contained in:
2025-08-28 08:19:30 +00:00
parent 3154fd79a1
commit 296b273fae

View File

@@ -317,7 +317,21 @@ curl -u "<BENUTZER>:<APP_PASSWORT>" \
**TwitchAPI Zugang:**
Gehe in die [Twitch Developer Console](https://dev.twitch.tv/console), lege eine App an und notiere **Client ID** und **Client Secret**. Danach öffne die **n8nWeboberfläche** in deinem Browser (`http://<DEINE_N8N_DOMAIN>:5678`), melde dich an und gehe links auf **Credentials****+ Add Credential** → *OAuth2 API*.
<details>
<summary>Twitch Developer Console App anlegen</summary>
1. Gehe auf [Twitch Developer Console](https://dev.twitch.tv/console/apps) → **Applications****Register Your Application**.
2. Felder ausfüllen:
- **Name:** frei wählbar (muss einzigartig sein).
- **OAuth Redirect URL:** z. B. `https://localhost/` (Platzhalter; für Client-Credentials Flow nicht genutzt).
- **Category:** passend wählen (z. B. Chatbot/Website Integration).
3. App speichern → **Manage** öffnen.
4. **Client ID** notieren, **New Secret** klicken und **Client Secret** sichern.
</details>
- Grant Type: *Client Credentials*
- Access Token URL: `https://id.twitch.tv/oauth2/token`