An API Wrapper for the NekoBot API
Project description
Neko.py
A Python API Wrapper for NekoBot API
usage
import neko
client = neko.NekoClient(token)
async def get_image():
image = await client.generate_image('baguette', 'https://example.com/image.jpg')
return image.url
async def main():
image_url = await get_image()
print(image_url)
asyncio.run(main())
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
neko.py-1.0.1.tar.gz
(4.3 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 neko.py-1.0.1.tar.gz.
File metadata
- Download URL: neko.py-1.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2be774ca839792f37169f3f1d184b8bbafa86987337fcf3d9e6e7778f0728a58
|
|
| MD5 |
18925bdb6851ee335da78893c160789a
|
|
| BLAKE2b-256 |
8da283e49c5525ed876c769340e45f2ea035ecc3c56b4115285201132bf8cfbb
|
File details
Details for the file neko.py-1.0.1-py3-none-any.whl.
File metadata
- Download URL: neko.py-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
483e8d142ef22f4a40d6c62a490d910244371d2440df6a6b20c8265acece13ce
|
|
| MD5 |
c231ccad1a99b569ae414ff0c5b8b371
|
|
| BLAKE2b-256 |
434364e5c0aa2b5cf0bbce658b61e3104768f54b1fbe60c2ade833fd97861590
|