custom multi-purpose slack chatbot
-
Clone this repository with
git clone git://github.com/sclabs/scootbot2.0.git
-
Set the following environment variables, for example in
~/.bashrc
export SCOOTBOT_TOKEN=... export OSU_API_KEY=... export STEAM_API_KEY=... export SCOOTBOT_WEBHOOK_SECRET=... export SCOOTBOT_TWITCH_CLIENT_ID=...
-
Install core dependencies with
npm install
-
Test the bot by running it once with
npm start
-
Install
forever
withsudo npm install -g forever
-
Run the bot in the background with
npm run forever