jagrosh / cleverbot.py

An unofficial library to access the Cleverbot API, in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleverbot.py Travis PyPI Version Python Versions

Cleverbot.py is an unofficial library to access the Cleverbot API.

>>> from cleverbot import Cleverbot

>>> cb = Cleverbot()
>>> cb.ask("Hi. How are you?")
"I'm good, thanks. How are you?"

(Note: actual reply may vary, and will probably make fun of you. This is Cleverbot, after all.)

Installation

To install cleverbot.py, simply:

$ pip install cleverbot

Boom!

How to Contribute

Comments, pull requests, documentation, and other feedback are warmly welcome!

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published. :)

About

An unofficial library to access the Cleverbot API, in Python

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%