A slackbot that uses IBM's Natural Language Understanding API, and Markov Chains, to generate Alexis Tsipras' rhetoric
- Put your slackbot token in a file called 'token' in the root directory
- Set up IBM's Natural Language Understanding platform properly
- Set up environment variables:
SLACK_BOT_TOKEN
: The token of the slack botWATSON_API_KEY
: The api key for the IBM's natural language understanding module
- Install dependencies:
$ npm install
- Start the bot:
$ npm start