Add Twitch identity auth and token validation to TwitchMonitor
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 8s
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 8s
This commit is contained in:
10
README.md
10
README.md
@@ -16,8 +16,18 @@ DISCORD_TOKEN=dein_bot_token
|
||||
CLIENT_ID=deine_client_id
|
||||
TWITCH_CLIENT_ID=deine_twitch_id
|
||||
TWITCH_CLIENT_SECRET=dein_twitch_secret
|
||||
TWITCH_USERNAME=dein_twitch_username
|
||||
TWITCH_OAUTH_TOKEN=oauth:xxxxxxxxxxxxxxxxxx
|
||||
BOT_OWNER_ID=deine_discord_user_id
|
||||
```
|
||||
|
||||
### TwitchMonitor Setup
|
||||
1. **Twitch OAuth Token holen:** https://chatterino.com/client_login
|
||||
2. **Username:** Dein Twitch Username
|
||||
3. **Bot Owner ID:** Deine Discord User ID (für Fehlerbenachrichtigungen)
|
||||
|
||||
> ⚠️ **Hinweis:** Der Twitch OAuth Token kann ungültig werden. In diesem Fall wirst du automatisch per Discord DM benachrichtigt.
|
||||
|
||||
## 🚀 Start
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user