juji-io / juji-python-client

Simple Python client for Juji

Repository from Github https://github.comjuji-io/juji-python-clientRepository from Github https://github.comjuji-io/juji-python-client

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>]

About

Simple Python client for Juji


Languages

Language:Jupyter Notebook 62.8%Language:Python 37.2%