Simple API for Python bots with complicated dialogs.
python3 -m virtualenv venv
source venv/bin/activate
python3 setup.py install
See full_demo.py for Python 3 usage example and persistent_demo.py for Stackless Python usage example.
Simple API for Python bots with complicated dialogs.
python3 -m virtualenv venv
source venv/bin/activate
python3 setup.py install
See full_demo.py for Python 3 usage example and persistent_demo.py for Stackless Python usage example.