An Alex bot for slack that uses slack-node-client.
- Create a new bot integration
- Follow the steps to deploy the bot to Heroku or run it locally
Click this button:
- Install Heroku toolbelt
- Create a new bot integration (as above)
heroku createheroku config:set ALEX_TOKEN=[Your API token]git push heroku master
npm installexport ALEX_TOKEN="your-bot-key"node index.js