Skip to content

Latest commit

 

History

History
executable file
·
22 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

executable file
·
22 lines (12 loc) · 551 Bytes

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