Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.47 KB

README.rst

File metadata and controls

74 lines (43 loc) · 1.47 KB

openbot

Documentation Status Updates

Python library for openbot

Overview

The openbot Python SDK makes it easy to use openbot

Features

  • chat
  • train

Installation

To install openbot, simply:

$ pip install openbot

or install it from repo:

$ pip install https://github.com/wwj718/openbot-python.git

Running examples

  1. Find examples from 'examples' path.
  2. Insert API key.
>>> CLIENT_ACCESS_TOKEN = '<YOUR_CLIENT_ACCESS_TOKEN>'
...

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.