Skip to content

johan-naizu/aiocleverbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiocleverbot

aiocleverbot

An async python wrapper for cleverbot. Does not require API KEY

Downloads PyPI PyPI - Python Version PyPI - License

Installation

pip install aiocleverbot

Usage

from aiocleverbot import cleverbot

# Without context
response=await cleverbot("Hello")
print(response)

# With context
# Please note that context should include messages sent to Cleverbot as well as the responses
response=await cleverbot("Bad", ["hi", "How are you?"])
print(response)

About

Async library for cleverbot

Resources

License

Stars

Watchers

Forks

Languages