Skip to content

andreyzin/aiogram_vk

 
 

Repository files navigation

aiogram_vk

aiogram_vk is a experemental fork from aiogram

Caution

Currently in VERY experemental. Looking for your pull requests

Note

Currently supports only these methods:

  • Account.get_info
  • Audio.get_by_id
  • Audio.get_count
  • Audio.get
  • Audio.search

Vk API written in Python 3.8 using asyncio and aiohttp.

Features

  • Asynchronous (asyncio docs, 492)
  • Has type hints (484) and can be used with mypy
  • Supports PyPy
  • Has TokenProvider (to recieve token for user)
  • Supports audio methods

Warning

It is strongly advised that you have prior experience working with asyncio before beginning to use aiogram_vk.

TODO

  • Make code generator for methods and objects from Vk Api Schema, like aiogram's Butcher
  • Write docs
  • Add dispatcher

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • Makefile 5.3%