Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersonba/yve-bot
Smart rule-based bot. For Browser & Node.
https://github.com/andersonba/yve-bot
bot bot-framework chatbot facebook-bot isomorphic rule-based socket-io
Last synced: 2 days ago
JSON representation
Smart rule-based bot. For Browser & Node.
- Host: GitHub
- URL: https://github.com/andersonba/yve-bot
- Owner: andersonba
- License: mit
- Created: 2017-08-04T15:33:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T00:44:01.000Z (14 days ago)
- Last Synced: 2024-12-14T08:03:50.632Z (9 days ago)
- Topics: bot, bot-framework, chatbot, facebook-bot, isomorphic, rule-based, socket-io
- Language: TypeScript
- Homepage: http://andersonba.github.io/yve-bot
- Size: 3.78 MB
- Stars: 224
- Watchers: 7
- Forks: 56
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# yve-bot [![npm version](https://badge.fury.io/js/yve-bot.svg)](https://badge.fury.io/js/yve-bot) [![Build Status](https://travis-ci.org/andersonba/yve-bot.svg?branch=master)](https://travis-ci.org/andersonba/yve-bot) [![Coverage Status](https://coveralls.io/repos/github/andersonba/yve-bot/badge.svg)](https://coveralls.io/github/andersonba/yve-bot)
The simplest way to build a smart and customized rule-based bot conversation. For Browser & Node environment.
![Chat example](website/static/img/screen.gif) ![Yaml example](website/static/img/yaml-screen.png)
[Live demo](https://andersonba.github.io/yve-bot) / [Playground](https://andersonba.github.io/yve-bot/docs/playground)
[Documentation](https://andersonba.github.io/yve-bot/docs/getting-started.html)
Code examples: [Yaml](examples/chat.yaml) - [CLI](examples/cli) - [Browser](examples/web) - [Node/Socket.io](examples/socket.io)