An unofficial Python wrapper for Cleverbot.io
Project description
This is an unofficial wrapper for cleverbot.io API, an alternative free Cleverbot client.
Set your settings first:
---------------
import cleverbot_io
bot = cleverbot_io.set(user='APIUSER', key='APIKEY', nick='SESSIONNICK(optional)')
---------------
Then make your program talk:
---------------
print(bot.ask("Just a small town girl")) # Or another text
---------------
Set your settings first:
---------------
import cleverbot_io
bot = cleverbot_io.set(user='APIUSER', key='APIKEY', nick='SESSIONNICK(optional)')
---------------
Then make your program talk:
---------------
print(bot.ask("Just a small town girl")) # Or another text
---------------
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cleverbot_io-1.0.1.tar.gz
(1.5 kB
view details)
File details
Details for the file cleverbot_io-1.0.1.tar.gz
.
File metadata
- Download URL: cleverbot_io-1.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 210e39f2acda1b23d03cabb2ec9db5cefa1e6f8607787ad45b3acc03f101d808 |
|
MD5 | c477e216f6dec3af792bf94b8aafab51 |
|
BLAKE2b-256 | 262651a4a91ad558faf8b0da284c9907d7889127f49155dd0cf722bf15672423 |