/botb_irc_bot

battle of the bits instant relay chat magic

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

BotB IRC bot

All that instant relay chat magic.

Getting Started

Runs on node and Linux/Mac (or Windows w/ Cygwin due to execSync usage). For dev you'll need to change the bot's IRC nick.

To install the prerequisites:

npm install

You also need the LAME, SoX, and curl packages. On Ubuntu/Debian, you can use the following command:

apt-get install lame sox curl

Configuration

Copy bot_modules/config_example.js to bot_modules/config.js and edit as you deem necessary.