/aiovk_new

A simple async library for vk with pydantic & httpx

Primary LanguagePythonMIT LicenseMIT

🐶 aiovk_new

A simple async library for vk with pydantic & httpx


🛠 Usage

from aiovk_new import AioVK

vk_api = AioVK(access_token=...)

post, *_ = await vk_api.wall.get("vk")
print(post.text)

🎉 Features

🚀 Install

To install, run this code:

pip install aiovk_new