SBlectricBot is a Twitch chat bot that implements the features of Twitch Chat Bot Library and PircBotX.
As such, these projects are required dependencies.
SBlectricBot comes with a wide array of of features.
To get started, simply create a ./db folder in the working directory with the following files:
- channel.txt, with the contents only being
#<your twitch channel name>
- username.txt, with the contents only being your twitch bot account name
- oauth.txt, with the contents only being
oauth:<your twitch bot account oauth key>
And optionally:
- mentions.txt, with each line being something the bot will say randomly when mentioned in chat
- weblink.txt, with the first line being
#<path to your web server directory to save HTML files>
and the second line being#<the URL corresponding to that path>
.