Skip to content

wingbotai/wingbot

Repository files navigation

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