docs: document Twitch notification plugin
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -316,6 +316,19 @@ Accepts any YouTube URL: video, channel, handle, shorts, embed.
|
||||
Names: lowercase alphanumeric + hyphens, 1-20 chars. Max 20 channels/channel.
|
||||
Polls every 10min. Announces max 5 new videos per cycle. Persists across restarts.
|
||||
|
||||
## Twitch
|
||||
|
||||
```
|
||||
!twitch follow <user> [name] # Follow streamer (admin)
|
||||
!twitch unfollow <name> # Unfollow streamer (admin)
|
||||
!twitch list # List followed streamers
|
||||
!twitch check <name> # Force-poll now
|
||||
```
|
||||
|
||||
Names: lowercase alphanumeric + hyphens, 1-20 chars. Max 20 streamers/channel.
|
||||
Polls every 2min. Announces offline->live transitions. Persists across restarts.
|
||||
No API credentials needed (uses public GQL endpoint).
|
||||
|
||||
## Plugin Template
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user