Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubotio/hubot
A customizable life embetterment robot.
https://github.com/hubotio/hubot
bot chat hubot
Last synced: 11 days ago
JSON representation
A customizable life embetterment robot.
- Host: GitHub
- URL: https://github.com/hubotio/hubot
- Owner: hubotio
- License: mit
- Created: 2011-08-27T08:30:59.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T10:29:26.000Z (20 days ago)
- Last Synced: 2024-10-26T22:59:54.433Z (13 days ago)
- Topics: bot, chat, hubot
- Language: JavaScript
- Homepage: https://hubotio.github.io/hubot/
- Size: 4.28 MB
- Stars: 16,654
- Watchers: 589
- Forks: 3,753
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-starred - hubot - A customizable life embetterment robot. (CoffeeScript)
- awesome - hubotio/hubot - A customizable life embetterment robot. (JavaScript)
- awesome - hubot - A customizable life embetterment robot. (JavaScript)
- awesome-cloudops - Hubot - raw/hubotio/hubot" alt="Issues"><br><img align="right" src="https://img.shields.io/github/last-commit/hubotio/hubot">](https://github.com/hubotio/hubot) | | Chatbot hub manager | Hubot is a framework to build chat bots | (Tools)
- awesome-github-repos - hubotio/hubot - A customizable life embetterment robot. (JavaScript)
- awesome-repositories - hubotio/hubot - A customizable life embetterment robot. (JavaScript)
- awesome-npm - hubot - Github 的机器人框架 (6. 其他 / 6.6 NLP)
- StarryDivineSky - hubotio/hubot
README
![Pipeline Status](https://github.com/hubotio/hubot/actions/workflows/pipeline.yml/badge.svg)
![Build Status: MacOS](https://github.com/hubotio/hubot/actions/workflows/nodejs-macos.yml/badge.svg)
![Build Status: Ubuntu](https://github.com/hubotio/hubot/actions/workflows/nodejs-ubuntu.yml/badge.svg)
![Build Status: Window](https://github.com/hubotio/hubot/actions/workflows/nodejs-windows.yml/badge.svg)# Hubot
**Note: v10.0.4 accidentaly 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's [extendable with scripts](https://hubotio.github.io/hubot/docs#scripts) and can work
on [many different chat services](https://hubotio.github.io/hubot/adapters.html).This repository provides a library that's distributed by `npm` that you
use for building your own bots. See the [documentation](https://hubotio.github.io/hubot/docs.html)
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 out [CONTRIBUTING.md](CONTRIBUTING.md)# Create your own Hubot instance
This will create a directory called `myhubot` in the current working directory.
```sh
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
```Review `scripts/example.mjs`. Create more scripts in the `scripts` folder.
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).
# Hubot History
[Say hello to Hubot](https://github.blog/2011-10-25-say-hello-to-hubot/)
[Cartoon with Hubot](https://www.youtube.com/watch?v=vq2jYFZVMDA&t=129s)
[The Most Important Startup's Hardest Worker Isn't a Person](https://www.wired.com/2015/10/the-most-important-startups-hardest-worker-isnt-a-person/)
[The Story of Hubot](https://www.youtube.com/watch?v=Je4TjjtFDNU)
[Hubot by Hubotics](https://www.theoldrobots.com/hubot.html)
[Automating Inefficiencies](https://zachholman.com/2011/01/automating-inefficiencies/)
[Getting Started with Hubot](https://www.youtube.com/watch?v=A7fh6RIzGrw)