twitch_search
Search Twitch chat logs for messages matching a regex or plain string pattern. Filter results by channel, number of days, and sender username.
Instructions
Search Twitch chat logs (Chatty) for messages matching a pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Twitch channel name (without #) | |
| pattern | Yes | Regex or plain string (case-insensitive) | |
| days | No | How many recent days to search (default: all) | |
| user | No | Filter by sender username (optional) |