/groovebot

An example repo for creating bots on Grooveboat

Primary LanguageJavaScript

Groovebot

An example repo for what building a bot for Grooveboat looks like. This was originally built for helping me debug certain issues, but eventually this will turn into a nice roombot that will do some basic moderation, idle DJ queueing, etc.

Setup

Clone the repo, cd in, run:

$ yarn install
$ yarn start [number of bots to spin up]

then you'll be presented with a simple CLI. Check out the code for documentation, as this will likely change very soon.