Skip to main content

Simple Async VKLibrary faster than vk_api

Project description

vkbee

Documentation

Example Bot

VK

Made with Python Downloads

vkbee

Установка

pip3 install vkbee

Установка стабилного лонгпула

pip3 install vkbee==1.6

Simple Async VKLibrary faster than vk_api

Пример работы

import asyncio
import vkbee

async def main(loop):
    token = "сюдатокен"
    vk_s = vkbee.VkApi(token, loop=loop)
    vk = vk_s.get_api()
    await vk_s.messages.send(
        chat_id=1,
        message='VKBEE',
        random_id=0
    )
loop = asyncio.get_event_loop()
loop.run_until_complete(main(loop))
loop.close()

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

vkbee-3.2.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

vkbee-3.2-py3-none-any.whl (16.1 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