snarl is a bot designed for the Coding Soundtrack Music Room on plug.dj.
The following things need to be installed in your environment to proceed.
node.js MongoDB
Copy config.js.example
to config.js
and configure the values therein. Most importantly, copy auth
from the cookies of your bot account's plug.dj account.
Run npm install
to install all the necessary packages.
Run node bot.js
to get the bot started. :)