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 create
heroku config:set ALEX_TOKEN=[Your API token]
git push heroku master
npm install
export ALEX_TOKEN="your-bot-key"
node index.js