/twitch-bot

A bot for twitch.tv that allow commands storage in MongoDB

Primary LanguageJavaScriptMIT LicenseMIT

Twitch bot

NODE Version Dependecies Repository Size License

Table of contents

About

I did this bot just for educational purposes, I don't have interessent continue constantly work this project. Do what you want with this project, always respecting the license.

Set up

Install dependecies

# This will install all required dependencies
$ yarn install

Set environment variables

PREFIX=

BOT_USERNAME=
PASSWORD_OAUTH=
CHANNEL=

MONGO_URI=

Run

# For production
$ yarn start

# For development
$ yarn dev

Default commands

Name Description Usage
addCommand Add custom command in database <commandName> <message>
deleteCommand Delete custom command from the database <commandName> <message>

License

Licensed under the MIT License.