Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botmasterai/botmaster
The chatbot framework for your serious projects
https://github.com/botmasterai/botmaster
botmaster chatbot-framework messenger nodejs slack twitter
Last synced: 3 days ago
JSON representation
The chatbot framework for your serious projects
- Host: GitHub
- URL: https://github.com/botmasterai/botmaster
- Owner: botmasterai
- License: mit
- Created: 2016-08-31T16:00:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:16:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T19:49:55.293Z (13 days ago)
- Topics: botmaster, chatbot-framework, messenger, nodejs, slack, twitter
- Language: JavaScript
- Homepage: http://botmasterai.com/
- Size: 4.24 MB
- Stars: 251
- Watchers: 17
- Forks: 47
- Open Issues: 23
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Botmaster
[![Build Status](https://travis-ci.org/botmasterai/botmaster.svg?branch=master)](https://travis-ci.org/botmasterai/botmaster)
[![Coverage Status](https://coveralls.io/repos/github/botmasterai/botmaster/badge.svg?branch=master)](https://coveralls.io/github/botmasterai/botmaster?branch=master)
[![Dependency Status](https://gemnasium.com/badges/github.com/botmasterai/botmaster.svg)](https://gemnasium.com/github.com/botmasterai/botmaster)
[![npm-version](https://img.shields.io/npm/v/botmaster.svg)](https://www.npmjs.com/package/botmaster)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](LICENSE)Botmaster v3 out.
---Botmaster v3 is virtually a complete rewrite of the framework. A lot of the syntax remains the same,
but there are quite a few breaking changes that were necessary in order to get the framework
to where we wanted it to be. It is now truly a micro-framework. With only 2 dependencies and without
relying on express anymore, Botmaster v3 is the only JS bot framework that gives as much control
as possible to the developer without losing its ease of use.A migration documentation can be found at: https://github.com/botmasterai/botmasterai.github.io/blob/master/docs/changelog.md#major-308
Botmaster is a lightweight chatbot framework. Its purpose is to integrate your existing chatbot into a variety of messaging channels - currently Facebook Messenger, Twitter DM and Telegram.
## Documentation
Find the whole documentation for the framework here: https://github.com/botmasterai/botmasterai.github.io/tree/master/docs
## License
This library is licensed under the MIT [license](LICENSE)