Alex Integration For Slack
September 12, 2015 ยท View on GitHub
An Alex bot for slack that uses slack-node-client.

Getting Started
- Create a new bot integration
- Follow the steps to deploy the bot to Heroku or run it locally
One-Click Heroku
Click this button:
Manual Heroku
- Install Heroku toolbelt
- Create a new bot integration (as above)
heroku createheroku config:set ALEX_TOKEN=[Your API token]git push heroku master
To Run Locally
npm installexport ALEX_TOKEN="your-bot-key"node index.js
