/cleverbot.py

An API for Cleverbot in Python

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Cleverbot.py

Build Status

A Python wrapper over the Cleverbot API

Comments/pull requests/feedback welcome!

Usage

import cleverbot

cb1 = cleverbot.Cleverbot()
print cb1.ask('Hi. How are you?')