This is the source for the demo that I used for my Chatbots for Fun and Profit talk at Maritime DevCon 2017. I also added the slides here for reference.
-
Make sure you have node/npm installed.
-
Clone this repository and install the dependencies:
git clone https://github.com/vroy/chatbots-for-fun-and-profit.git
cd chatbots-for-fun-and-profit
npm install
-
Follow the Slack documentation on creating bot users.
-
Copy the token and start the application:
env SLACK_TOKEN=<token-copied-from-your-bot-user> node_modules/coffeescript/bin/coffee index.coffee
- Profit.