Skip to content

A simple async library for vk with pydantic & httpx

License

Notifications You must be signed in to change notification settings

jDan735/aiovk_new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐶 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

About

A simple async library for vk with pydantic & httpx

Topics

Resources

License

Stars

Watchers

Forks

Languages