A golang powered Twitch bot handling simple vote mechanism
Get deps using go mod
go mod vendor
then build
cd cmd
go build -o gambling-bot gambling-bot.go
cd cmd
./gambling-bot --help
Gambling Bot uses config files in .yaml format, see config.yml
file inside
the tests
directory for real life examples.
go test github.com/Namarand/gambling-bot/internal/app
See drone.github.papey.fr/papey/gambling-bot/
- go-twitch-irc - An IRC Twitch bot library
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
LICENSE file for details
- An end user documentation is availailable at gamble.docs.papey.fr
- Real life bot usage example can be found at www.twitch.tv/val_pl_magicarenafr
- twitchapps.com/tmi/ can be used to generate the OAuth token