Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)