Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 724 Bytes

twitchbot.md

File metadata and controls

24 lines (16 loc) · 724 Bytes

Make Your Own Twitch Bot

Steps to create your own Twitch Bot

Goals

  1. Have your bot announce itself in chat when it starts
  2. Echo all chat messages
  3. Respond to a command (usually starting with the ! character): !hi -> Hi!
  4. Respond to a command with their name: !hi -> Hi Hal!
  5. Say hi to Twitch Team members
  6. Say hi to Subscribers/Bits leaders/etc. (explains badges)
  7. Reacting to other channel events: going live, etc.

Pre-Requisites

Tokens and such.

Optional: separate bot account.

Tutorials