Async library for cleverbot
Project description
aiocleverbot
An async python wrapper for cleverbot. Does not require API KEY
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)
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
aiocleverbot-0.1.1.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiocleverbot-0.1.1.tar.gz.
File metadata
- Download URL: aiocleverbot-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
864a9b9716ed872c66b43ae4e622a55c8693ae8cb2fb486d46b812d69beead80
|
|
| MD5 |
350f4467378383b8a757ac50cfc3c692
|
|
| BLAKE2b-256 |
d07e7590084a139d586e34177fe16aca1899e86aa66ef7a26b9badd243a1e923
|
File details
Details for the file aiocleverbot-0.1.1-py3-none-any.whl.
File metadata
- Download URL: aiocleverbot-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa214ad930a5cd20ffcff056f8c5d6e57fa7fe094fd53fbcdf5213a99968295b
|
|
| MD5 |
48e7227d603116a4fac5730e481d363b
|
|
| BLAKE2b-256 |
2c8f3e99ac259fd30fe29d9814cb5234f69d5010af4295c3fa81fab7007be799
|