/bashbot

A Twitch.tv chatbot written in Bash using `nc` and coreutils

Primary LanguageShellThe UnlicenseUnlicense

Twitch Chatbot in Bash

TODOS

  1. HTTP Server with nc
  2. OAuth flow to get a twitch token
  3. Joining channels and keeping track of FIFO pipes (Only runs in a single channel)
  4. Read messages and respond to IRC commands (PING)
  5. Read messages and parse out any commands
  6. Figure out a system for declaring commands easily