All Projects → gasolin → saihubot

gasolin / saihubot

Licence: MIT License
💬 client side chatbot that works in the browser and command line

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to saihubot

Ehforwarderbot
An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
Stars: ✭ 2,689 (+17826.67%)
Mutual labels:  chatbot, chat-bot
Hubot Natural
Natural Language Processing Chatbot for RocketChat
Stars: ✭ 136 (+806.67%)
Mutual labels:  hubot, chatbot
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+18993.33%)
Mutual labels:  chatbot, bot-framework
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+15246.67%)
Mutual labels:  chatbot, bot-framework
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (+20%)
Mutual labels:  chatbot, bot-framework
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+1386.67%)
Mutual labels:  chatbot, bot-framework
Botframework Hubot
Hubot adapter for botframework
Stars: ✭ 91 (+506.67%)
Mutual labels:  hubot, bot-framework
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+88026.67%)
Mutual labels:  chatbot, bot-framework
Hutoma-Conversational-AI-Platform
Hu:toma AI is an open source stack designed to help you create compelling conversational interfaces with little effort and above industry accuracy
Stars: ✭ 35 (+133.33%)
Mutual labels:  chatbot, bot-framework
gort
Gort is a chatbot framework designed from the ground up for chatops.
Stars: ✭ 381 (+2440%)
Mutual labels:  bot-framework, chat-bot
Yve Bot
Smart rule-based bot. For Browser & Node.
Stars: ✭ 181 (+1106.67%)
Mutual labels:  chatbot, bot-framework
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (+106.67%)
Mutual labels:  chatbot, bot-framework
Eddi
Scalable Open Source Chatbot Platform. Build multiple Chatbots with NLP, Behavior Rules, API Connector, Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
Stars: ✭ 171 (+1040%)
Mutual labels:  chatbot, bot-framework
botyo
Modular chatbot framework designed for group chat rooms on Facebook
Stars: ✭ 17 (+13.33%)
Mutual labels:  chatbot, bot-framework
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+14646.67%)
Mutual labels:  chatbot, bot-framework
Webbybot
chatterbot written in es6 (es2015), fork from hubot
Stars: ✭ 71 (+373.33%)
Mutual labels:  hubot, chatbot
Fondbot
Chatbot framework
Stars: ✭ 102 (+580%)
Mutual labels:  chatbot, bot-framework
Framework
Chatbot framework
Stars: ✭ 130 (+766.67%)
Mutual labels:  chatbot, bot-framework
Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (+1313.33%)
Mutual labels:  hubot, chatbot
hubot-code-review
A Hubot script for GitHub code review on Slack.
Stars: ✭ 38 (+153.33%)
Mutual labels:  hubot, chatbot

Saihubot

lerna

🤖 Frontend Framework to build 💬 message/chat bots ops in the 🌐 Browser or Command Line, no server required.

You can add new skills to bot via skills and extend its ability via addons. All with plain javascript. 👏

Saihubot's API is inspired by hubot's API, so a developer who has learned hubot-plugins could learn saihu-skills very quickly.

Check Online Demo

Imgur

Or run the command bot without install

npx saihu npm saihu

Features

  • Chatbot works in multiple platforms, without server setup.
  • Structure was inspired by hubot
    • Regex based message matching
    • Could write adapter to fully cooperate with your web UI
    • Could swap brain to support different backends
    • Provide skills(pluginn) architecture that able to expand functions
    • Can extend bot functionality by import addons
  • Tiny size, easy to learn (the init version has just 80 lines that bundle with three skills)
  • Plugin callbacks are extremely flexible; You can control in-page elements, execute the local command, fetch remote data, trigger remote actions...

Modules

Module Version Description Doc
saihubot npm version core module Doc
saihu npm version Sample Command line bot Doc
Web samples Online Demos
Adapters Version Description Doc
saihubot-html-adapter npm version HTML Doc
saihubot-react-redux-adapter npm version React + Redux Doc
saihubot-cli-adapter npm version Command Line Doc
Skills Version Description Doc
saihubot-skill-search npm version Search engines Doc
saihubot-skill-diagnostics npm version ping, echo, current time Doc
saihubot-cli-skill-qrcode npm version generate qrcode Doc

How to use

Try Saihubot samples online

If you just want to try how the saihubot looks like, Check Online Demo

Try Saihubot locally

Clone the project with command

git clone https://github.com/gasolin/saihubot.git

Then run

npm build
npm start

or

npx http-server .

now you have a working bot in the browser!

Try Saihubot on Github

Fork the project, edit index.html with Github editor, save it and see the result on https://[yourname].github.io/saihubot

Saihubot also provide Search skills, you can include it via skillsFile: ['skills/saihubot-search.js']

Check the Search Demo.

🔎 Google Search skill:

me: g saihubot
bot: Search saihubot via Google
me: google saihubot
bot: Search saihubot via Google
me: search saihubot
bot: Search saihubot via Google

Want to learn more?

Check the docs section.

What Saihu means?

Saihu(師傅) means master in Taiwanese, which people used to call the artisans. Saihubot's origin goal is to provide a code sample that makes learning hubot and its ES6 variant Webbybot easier; then I found Saihu is a great way to embed bot into anywhere browser can live with.

License

Saihubot use MIT License

ChangeLog

Check ChangeLog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].