module for api.hella.team
Project description
Асинхронный типизированный модуль для работы с api.hella.team
import asyncio
from ahuella.v2 import HellaApiv2 #class for API version 2
hella = HellaApiv2("YOU TOKEN")
async def first_request():
stickers = await hella.get_stickers(user_id=1)
print(stickers.items.free.count)
# >>> 50
asyncio.run(first_request())
Установка
pip install ahuella
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
ahuella-0.0.2.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file ahuella-0.0.2.tar.gz
.
File metadata
- Download URL: ahuella-0.0.2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 622ae77597ef2df3e9663664d9a905b10b7b836e0fc9b5bf367373c2ac9ac4ac |
|
MD5 | 32182932989f8b74bf0e4f0b1f742732 |
|
BLAKE2b-256 | a6010636104bc330f12c816cac2ceaa80c4ed1070f768758983b9565fe975c5a |
File details
Details for the file ahuella-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ahuella-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66e7cc98d5ad0db008575cdf2962c9b9b48fb7d18edcca4be519077b0587262c |
|
MD5 | 16a1cd1498712133e3c5e46985d12004 |
|
BLAKE2b-256 | 0ab36efdeea1806decd5670be2595939e9beff1092fadc550f72fa0ad7ee18e5 |