Steps to create your own Twitch Bot
- Have your bot announce itself in chat when it starts
- Echo all chat messages
- Respond to a command (usually starting with the
!
character): !hi -> Hi! - Respond to a command with their name: !hi -> Hi Hal!
- Say hi to Twitch Team members
- Say hi to Subscribers/Bits leaders/etc. (explains badges)
- Reacting to other channel events: going live, etc.
Tokens and such.
Optional: separate bot account.
- [Python] by NinjaBunny9000
- [Java] by JitterTed