Skip to content

tembz/ahuella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Асинхронный типизированный модуль для работы с 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages