0.0.4 • Published 7 years ago

slack-cleverbot v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Slack Cleverbot

A slackbot integration of cleverbot.

npm install slack-cleverbot

Getting started

Copy example/config.js.example to example/config.js and update it with your own tokens. Then run

npm install
npm run start

Docker installation

docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) node:latest npm install
docker-compose up -d

License

Licensed under MIT License