Summary
Enable Claude to send messages to Twitch chat, allowing it to respond to viewers watching the stream.
Current State
- Claude can read Twitch chat via
./scripts/get-chat.sh
- Claude cannot send messages back to chat
Desired Behavior
- Claude should be able to send messages to Twitch chat
- This would allow Claude to:
- Acknowledge viewer questions and reactions
- Share its reasoning or strategy
- Interact with the community watching the stream
Implementation Ideas
- Add a
send-chat.sh script that posts messages to Twitch
- Will need Twitch OAuth token with chat:write scope
- Consider rate limiting to avoid spam
🤖 Generated with Claude Code