wingbot
Version:
Enterprise Messaging Bot Conversation Engine
33 lines (20 loc) • 919 B
Markdown
# Wingbot Chatbot Framework

[](https://circleci.com/gh/wingbotai/wingbot)
Framework for building reusable chatbot components. **Routing**, **Keyword recognition** is built-in.
- [**[API documentation](https://wingbotai.github.io/wingbot)**]
- [**[wingbot.ai chatbot designer](https://wingbot.ai)**]
## First wingbot.ai chatbot for Facebook Messenger
1. **Install the Wingbot CLI**
```bash
$ npm i -g wingbot-cli
```
2. **Create a project folder and run init command**
```bash
$ mkdir my-bot
$ cd my-bot
$ wingbot init
```
You will be asked for project details

3. **Deploy your bot**