Python client to Juji chatbot. Currently only text messages in chat are supported.
- Install conda
- Install the conda environment
conda env create -f environment.yml
- Activate your python environment
conda activate juji-client
- Run the program
python juji_chat.py <chatbot url> [--firstname <first name>] [--lastname <last name>] [--email <email>]