Skip to main content

Homogenic! Customizable asynchronous VK API framework implementing comfort and speed

Project description

VKBottle

Кастомизируемый, быстрый и удобный фреймворк для работы с VK API

GitHub Workflow Status PyPI - Downloads GitHub issues by-label PyPI

Hello World

from vkbottle.bot import Bot

bot = Bot("GroupToken")

@bot.on.message()
async def handler(_) -> str:
    return "Hello world!"

bot.run_forever()

Смотреть больше примеров!

Документация

Туториал для новичков
Техническая документация

Установка

Установить новейшую версию можно командой:

pip install vkbottle

Если вы ищете старые версии:

Contributing

ПР поддерживаются! Перед созданием пулл реквеста ознакомьтесь с CONTRIBUTION_GUIDE. Нам приятно видеть ваш вклад в развитие фреймворка.
Задавайте вопросы в блоке Issues или в чате Telegram / чате VK!

Лицензия

Copyright © 2019-2021 timoniq.
Copyright © 2022 FeeeeK.
Этот проект имеет MIT лицензию.

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

vkbottle-4.4.0.dev1.tar.gz (55.9 kB view hashes)

Uploaded Source

Built Distribution

vkbottle-4.4.0.dev1-py3-none-any.whl (98.6 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