Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 570 Bytes

Juji Python Client

Python client to Juji chatbot. Currently only text messages in chat are supported.

Environemnt Set Up

  1. Install conda
  2. Install the conda environment
    conda env create -f environment.yml

Chat

  1. Activate your python environment
    conda activate juji-client
  2. Run the program
    python juji_chat.py <chatbot url> [--firstname <first name>] [--lastname <last name>] [--email <email>]