8bit nation slackbot
-
Install node.js - e.g.
$ wget https://nodejs.org/dist/v8.3.0/node-v8.3.0-linux-x64.tar.xz $ sudo tar -C /usr/local --strip-components 1 -xf node-v8.3.0-linux-x64.tar.xz
-
Install mongoDB
-
Clone this repo
$ git clone https://github.com/pthrasher/slackbot8bn.git
-
Download the required node modules from NPM
$ cd slackbot8bn $ npm install
-
Create the slack API key
-
Get your bungie APIKEY from https://www.bungie.net/en/User/API
-
Start the bot
node_modules/.bin/babel-node index.js