Skip to content

Twitch chat bot using tmi.js, node.js, ExpressJS and MongoDB.

Notifications You must be signed in to change notification settings

anittadrink/twitch-chat-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Chat Bot

Twitch chat bot using tmi.js, node.js, ExpressJS and MongoDB.

Alpha v0.0.3:

Module commands(Hard coded commands) and Custom commands(Commands from a datebase)

  • Custom commands - !c0mmands add/edit/delete
  • Module commands - !dice, !coinflip

Installation

git clone https://github.com/brunocodes/twitch-chat-bot.git
cd twitch-chat-bot
npm install

Add .env file and add OAuth and channal names database link

BOT_USER_NAME=botname
BOT_USER_NAME_DISPLAY=BotName
PASS_OAUTH=
CHANNEL_USER_NAME=
DATABASE_LINK=
PORT=5555

Start

npm run start 

About

Twitch chat bot using tmi.js, node.js, ExpressJS and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%