You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vkbottle

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vkbottle

Homogenic! Customizable asynchronous VK API framework implementing comfort and speed.

4.5.2
pipPyPI
Maintainers
2

VKBottle

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

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

  • 3.x
  • 2.x

Contributing

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

Мейнтейнеры: click

Лицензия

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

Keywords

vk

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts