/twitch-bot-js

A simple node.js bot for twitch. You can also parry it with discord too xd

Primary LanguageJavaScriptMIT LicenseMIT

twitch-chat-bot-js

A simple bot for chatting an making conversation with the chat.

Features

  • There is nothing but you will check the app.js and you will se what to do.

Installation and Setup

  1. Create configuration file app.cfg.json based on app.cfg.example.json contents and adjust based on your needs
  2. Create command database file commands.json based on commands.example.json contents for your default commands. In addition all user commands will be saved here
  3. Install dependencies using $ npm install
  4. Run chat bot using $ node app.js
  5. Stop chat bot by using keyboard interrupt Ctrl+C

The config file contains the following properties:

  • username: Twitch bot username
  • password: Twitch bot password
  • channel: Channel name
  • verbose: Whether to send messages to chat
  • commands: Path to command database file