文件名称:cleverbotio.py:具有异步选项的cleverbot.io API的python包装器
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-04 15:47:21
Python
cleverbotio.py 具有异步选项的cleverbot.io API的python包装器 注意:这是在制品 例子 import Cleverbotio cb = Cleverbotio . Cleverbot ( 'API_USER' , 'YOUR_API_KEY' , ' Bot Nickname ) cb . create_session () resp = cb . say ( "Hello World" ) print ( resp ) # will print something like: {'status': 'success', 'response': "I'm not the world."} 正在安装 通常使用pip从安装它: pip install cleverbotio 或使用异步依赖项进行安装(仅适用于Python 3.4.2+): pip ins
【文件预览】:
cleverbotio.py-master
----README.rst(2KB)
----LICENSE(34KB)
----Cleverbotio.py()
--------cleverbot.py(621B)
--------async()
----.gitignore(1KB)