Skip to main content

Framework for building high-performance & easy to scale projects interacting with VK's API.

Project description

vkwave

It's time to carry out vk_api & vkbottle. VKWave is here.

Русская версия

Why VKWave?

from vkwave.bots import SimpleLongPollBot

bot = SimpleLongPollBot(tokens="MyToken", group_id=123456789)

@bot.message_handler()
def handle(_) -> str:
    return "Hello world!"

bot.run_forever()

What is it?

Framework for building high-performance & easy to scale projects interacting with VK's API.

It's built over asyncio and Python's type hints. Minimal required version is 3.7.

Our Telegram chat - let's chat

Current maintainer of this project is @kesha1225

Installation

Install tested and stable version from PyPi:

pip install vkwave

Or from GitHub but with the latest updates.

pip install https://github.com/fscdev/vkwave/archive/master.zip

Performance

VKWave is not the fastest. It is because of our wish to make customizable and suitable for all kind of tasks library.

But we are always interested in improving performance, so feel free to make PRs and discuss performance problems.

Community

VKWave is a young project.

Chat

How been mentioned earlier we have the chat in Telegram.

There is no chat in VK but you always is able to create your own and ever get a mention here.

Addons

If you want to create addon for VKWave (for example much easier way to write bots, like vkwave.bots.addons.easy) you should name your project like that: vkwave-bots-really-easy.

The general pattern for these things is vkwave-<part-of-vkwave>-<name>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vkwave-0.2.6.tar.gz (140.6 kB view hashes)

Uploaded Source

Built Distribution

vkwave-0.2.6-py3-none-any.whl (192.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page