Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 702 Bytes

sloppy-joe-bot

A slackbot that uses IBM's Natural Language Understanding API, and Markov Chains, to generate Alexis Tsipras' rhetoric

license

Demo

Demo

Usage

  1. Put your slackbot token in a file called 'token' in the root directory
  2. Set up IBM's Natural Language Understanding platform properly
  3. Set up environment variables:
    • SLACK_BOT_TOKEN: The token of the slack bot
    • WATSON_API_KEY: The api key for the IBM's natural language understanding module
  4. Install dependencies:
    $ npm install
  5. Start the bot:
    $ npm start