VKWave is come.
Bot shouldn't be your first project. At first learn language, then do something easier.
VKWave is a framework to create performance and extensible projects, working with vk.com's API.
VKWave inspired by: aiogram, vk.py and so on.
Current maintainer of the project: @KurimuzonAkuma
- Totally customizable
- Asynchronous
- Full coverage by types' annotations
Install stable and tested version from PyPi:
pip install vkwave
Or from Github, with all new functionality.
pip install https://github.com/fscdev/vkwave/archive/master.zip
VKWave - isn't very fast library, because of our belief that simple customization and convinience is more important than speed.
But we interested in enhancment of performance, so pull requests will be appreciated.
VKWave is very young project, but already collected a lot of fans.
Library to easy access vk.com's API
If you wanna create extension for VKWave (i. e. more easy way to create bots, even easier than vkwave.bots.addons.easy
), you should name your project like vkwave-<part-of-vkwave>-<name-of-project>