Note: v10.0.4 accidentally contains the removal of CoffeeScript; v10.0.5 puts it back in Note: v11 removes CoffeeScript and converts this codebase to ESM
Hubot is a framework to build chat bots, modeled after GitHub's Campfire bot of the same name, hubot. He's pretty cool. He'sextendable with scriptsand can work onmany different chat services.
This repository provides a library that's distributed bynpm
that you
use for building your own bots. See thedocumentation
for details on getting up and running with your very own robot friend.
In most cases, you'll probably never have to hack on this repo directly if you are building your own bot. But if you do, check outCONTRIBUTING.md
This will create a directory calledmyhubot
in the current working directory.
npx hubot --create myhubot --adapter @hubot-friends/hubot-slack
npx hubot --create myhubot --adapter @hubot-friends/hubot-discord
npx hubot --create myhubot --adapter @hubot-friends/hubot-ms-teams
npx hubot --create myhubot --adapter @hubot-friends/hubot-irc
Reviewscripts/example.mjs
.Create more scripts in thescripts
folder.
See theLICENSEfile for license rights and limitations (MIT).