A twitch bot for my friend's twitch channel. Has some specific commands but is mostly generic.
- Make sure you have
npm
installed. - Run an
npm install
to gather all dependencies. - Create a
.env
file at the root of this project with this structure.USERNAME=bot_username PASSWORD=oauth:bot_password CHANNELS=comma,separated,list,of,channels,bot,will,join
- Run
npm start
!
- Web front end for control when a mod isn't around.
- Mod specific commands and actions.
- Github hooks with twitch to run bot without handlebars!
- Persistence (SQLite, Firebase, something else?)
- Typescript?