twitch_events
Query Twitch subscription, bits, and gift sub events in a channel, with optional filters for event type, user, time range, and aggregation.
Instructions
Query Twitch sub/bits/giftsub events in a channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Twitch channel name (without #) | |
| type | No | Event type filter (optional) | |
| user | No | Filter by username (optional) | |
| days | No | How many recent days (default: all) | |
| top | No | Rank/aggregate results instead of listing (requires type) | |
| limit | No | Limit for --top mode (default 20) |