An open API service indexing awesome lists of open source software.

https://github.com/cryptex-github/aiozaneapi

Async wrapper for aiozaneapi.
https://github.com/cryptex-github/aiozaneapi

Last synced: 2 months ago
JSON representation

Async wrapper for aiozaneapi.

Awesome Lists containing this project

README

        

aiozaneapi - An async wrapper made in Python for Zane API.
==========================================================

Made for Python 3.6+.

Example:
--------

.. code:: py

import aiozaneapi # Import aiozaneapi

client = aiozaneapi.Client('Token Here') # Instantiate the Client.
image = await client.magic('Image URL Here') # This will return a BytesIO object.