https://github.com/adamatti/learnhubot
Pet project to learn Hubot
https://github.com/adamatti/learnhubot
chatbot hubot javascript js nodejs
Last synced: 2 months ago
JSON representation
Pet project to learn Hubot
- Host: GitHub
- URL: https://github.com/adamatti/learnhubot
- Owner: adamatti
- Created: 2017-05-20T03:11:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T03:16:47.000Z (about 9 years ago)
- Last Synced: 2025-01-19T10:42:19.231Z (over 1 year ago)
- Topics: chatbot, hubot, javascript, js, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
Pet project to learn Hubot
It has only one script to reply to specific commands
#### To run on local box
Required: node / docker / docker-compose
* run `make cache` (to start a redis instance)
* run `npm install`
* run `make run`
* then play with the bot
#### To run a full test with rocket.chat
Required: docker / docker-compose
* run `make deps` (to start redis, mongo, rocket.chat)
* create a bot (name/user/pass: bot)
* run `make run-docker` (to start the docker containet)
* have fun