Twitch chat bot using tmi.js, node.js, ExpressJS and MongoDB.
Module commands(Hard coded commands) and Custom commands(Commands from a datebase)
- Custom commands - !c0mmands add/edit/delete
- Module commands - !dice, !coinflip
git clone https://github.com/brunocodes/twitch-chat-bot.git
cd twitch-chat-bot
npm install
BOT_USER_NAME=botname
BOT_USER_NAME_DISPLAY=BotName
PASS_OAUTH=
CHANNEL_USER_NAME=
DATABASE_LINK=
PORT=5555
npm run start