A Chatbot framework with websocket comunication and textual ui
Installation
pip install -r requirements.txt
start websocket server
sh run_svr.sh
start chat textual-ui
python chat_box.py
or start console chat
python client.py
referece from gupshup