Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 919 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 919 Bytes

Wingbot Chatbot Framework

wingbot chatbot logo

CircleCI

Framework for building reusable chatbot components. Routing, Keyword recognition is built-in.

First wingbot.ai chatbot for Facebook Messenger

  1. Install the Wingbot CLI
$ npm i -g wingbot-cli
  1. Create a project folder and run init command
$ mkdir my-bot
$ cd my-bot
$ wingbot init

You will be asked for project details

wingbot init command

  1. Deploy your bot