Skip to content

A python3 wrapper for the cleverbot API

License

Notifications You must be signed in to change notification settings

japherwocky/cl3ver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl3ver

A python3 wrapper for the cleverbot API

API KEY

To use the Cleverbot API, you will need to register for a key!

INSTALLATION

pip install cl3ver

USAGE

>>> import cl3ver
>>> CB = cl3ver.Cl3ver('YOUR_API_KEY')
>>> CB.say("what's up cleverbot?")
'What are you doing tonight?'

Pass an optional name (or ID) to maintain the state of different conversations:

>>> CB.say('nice to meet you cleverbot!', 'jane')
'Me too.'
>>> CB.say('how is your day going?', 'jane')
'Pretty good, how about your day.'
>>> CB.say('привет', 'vlad')
'Ты кто?'

About

A python3 wrapper for the cleverbot API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages