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.
- Host: GitHub
- URL: https://github.com/cryptex-github/aiozaneapi
- Owner: Cryptex-github
- License: mit
- Created: 2021-02-02T03:21:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T20:32:59.000Z (about 4 years ago)
- Last Synced: 2025-01-23T10:43:32.462Z (4 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.