Skip to content

Multi-featured Twitch bot using the tmi.js framework.

Notifications You must be signed in to change notification settings

Jawbone999/node-twitch-bot

Repository files navigation

Node Twitch Bot

How to run

Live Development

  1. npm install
  2. npm run watch

Production Deployment

  1. npm install
  2. npm run compile
  3. npm run start

Configuration

In order to run the bot, you must fill out the botConfig.json file.

Property Description
username The bot's username
prefix The prefix to use for bot commands
token The secret bot OAuth token
channels Channels to connect the bot to
secretUsers An array of usernames for users who are trusted to run any bot commands

About

Multi-featured Twitch bot using the tmi.js framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published