IRC chat bot for Twitch.tv written in Go. Make a Pokemon Go'ish game out of the Twitch emotes.
Features:
- Spam to capture
- Battle Support
- User's Emotemon
- Clone the repo
- Configure the bot:
- Edit
bot/bot.go
: - Add your bots name (Twitch Name) - Add the desired Twitch chat channel - Make a
twitch_pass.txt
file in the $GOPATH/bin folder - Place your Twitch OAUTH token (corresponding to the bot's Twitch name) within
twitch_pass.txt
- Run
go install
trofiebot - Log on to the Twitch chat channel (To see the messages! BibleThump)
- Run
./trofiebot run
from within $GOPATH/bin
- Why? Needs to access the
twitch_pass.txt
Thank you to those who have helped us create this bot:
- Base Go IRC Bot >> Thanks Vaultpls
- Twitch IRC API
- Twitch API