pywit is the Python SDK for Wit.ai.
Using pip:
pip install witFrom source:
git clone https://github.com/wit-ai/pywit
python setup.py installSee the examples folder for examples.
pywit provides a Wit class with the following methods:
message- the Wit message APIconverse- the low-level Wit converse APIrun_actions- a higher-level method to the Wit converse API
See the docs for more information.