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
~/.bashrcexport 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
foreverwithsudo npm install -g forever -
Run the bot in the background with
npm run forever