Hubot is your friendly robot sidekick.
https://hubot.github.com/
Hubot adapter for Rocket.Chat!
https://github.com/RocketChat/hubot-rocketchat
- RocketChat – Guide – Create and run a bot
https://docs.rocket.chat/guides/bots/create-and-run-a-bot/hubot-bot
- Hubot Documentation – Scripting
https://hubot.github.com/docs/scripting/
- hubot-rocketchat and docker-compose.yml
version: '3'
services:
mybot:
image: rocketchat/hubot-rocketchat
environment:
ROCKETCHAT_ROOM: 'my_room_test'
RESPOND_TO_DM: 'true'
LISTEN_ON_ALL_PUBLIC: 'false'
ROCKETCHAT_USER: 'my_bot_username'
ROCKETCHAT_PASSWORD: 'my_bot_password'
ROCKETCHAT_URL: 'https://rocketchat.foobar.com'
BOT_NAME: 'my_bot_nickname'
- bearyinnovative / hubot-zabbix
https://github.com/bearyinnovative/hubot-zabbix
1 - Copy scripts/zabbix.coffee to hubot scripts
2 - Copy source package.json to hubot package.json