Skip to content

msgmate-io/open-chat-go-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Chat Python Client

Install directly from GitHub:

pip install git+https://github.com/msgmate-io/open-chat-go-python-client.git

Install locally (from this monorepo root):

python3 -m venv .venv
source .venv/bin/activate
pip install -e ./clients/oc_python_client

Run the CLI:

oc_client --host http://localhost:1984 --username admin --password password --message "hi"

# or authenticate with an API token
oc_client --host http://localhost:1984 --api-token ocat_xxx --message "hi"

Use the integration test script in this repository:

python development/scripts/test_client.py

About

Open-Chat Go Python Client

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages