/chatbots-for-fun-and-profit

Demo code and slides for my Chatbots for Fun and Profit talk #maritimedevcon

Primary LanguageCoffeeScriptMIT LicenseMIT

Chatbots for Fun and Profit

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.

Getting Started

  1. Make sure you have node/npm installed.

  2. 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
  1. Follow the Slack documentation on creating bot users.

  2. Copy the token and start the application:

env SLACK_TOKEN=<token-copied-from-your-bot-user> node_modules/coffeescript/bin/coffee index.coffee
  1. Profit.