Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdan735/aiovk_new

A simple async library for vk with pydantic & httpx
https://github.com/jdan735/aiovk_new

python-asyncio vk vk-api

Last synced: about 1 month ago
JSON representation

A simple async library for vk with pydantic & httpx

Awesome Lists containing this project

README

        


:dog: aiovk_new


A simple async library for vk with pydantic & httpx



## 🛠 Usage
```python
from aiovk_new import AioVK

vk_api = AioVK(access_token=...)

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

## 🎉 Features
- Full async
- Uses [httpx](https://github.com/encode/httpx)
- Uses models by [pydantic](https://github.com/samuelcolvin/pydantic)

## 🚀 Install
To install, run this code:
```
pip install aiovk_new
```