Skip to content

GanadiniAkshay/Flask-Wizard

Repository files navigation

Flask-Wizard

A flask extension to build multi channel chatbbots. The framework supports wit.ai, dialogflow and Luis as the NLP backend and can be used to publish bots to web, facebook, telegram and slack.

Getting Started

Create a project directory and move into the directory

mkdir testbot && cd testbot

Download the library through pip

pip install flask-wizard

Setup the project by running the init script

wiz init

Choose options as appropriate.

Run the project by running the following command

wiz run