Markus the Tricozian is built on BotKit
You'll want to make a workspace for this:
mkdir bots;
cd bots;
npm install --save botkit;
git clone [email protected]:naydichev/MarkusTheTricozian.git;
cd MarkusTheTricozian;
To start Markus, run the following:
token=<slack bot token> nodejs pointsbot.js;