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

pip install vkwave

or with the latest updates

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

VKWave core

This repostitory contains only core parts of VKWave. It means that code introduced in this repository is probably low-level and shouldn't be used directly unless otherwise specified.

Performance

VKWave is a most fast library for Python for working with VK's API.

Parts

Community

VKWave is a young project.

If you want to create addon for VKWave (like fsm for bots or something like that) you should name your project like that: vkwave-bots-fsm.

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.4.tar.gz (133.9 kB view hashes)

Uploaded Source

Built Distribution

vkwave-0.2.4-py3-none-any.whl (185.7 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