Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 328 Bytes

Beezle Bug Web Chat

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r examples/webchat/requirements.txt

Running Server and Bot

python -m examples.webchat.server
python -m examples.webchat.bot --name "Beezle Bug" --debug

Open a browser window at http://localhost:5000