Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 565 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 565 Bytes

websocket-textual-chatbot

A Chatbot framework with websocket comunication and textual ui

Quick Start

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

image

referece from gupshup