Boeming / vkbottle

Homogenic! Customizable asynchronous VK API framework implementing comfort and speed

Home Page:https://vkbottle.readthedocs.io/ru/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[VKBottle 3.0] perfect vk-bot building and development framework ❤️

GitHub Workflow Status GitHub repo size GitHub issues by-label PyPI

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

https://vkbottle.readthedocs.io/ru/latest

Установка

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

pip install -U https://github.com/timoniq/vkbottle/archive/master.zip

Если вы ищите старые версии (2.x) - вам сюда

Hello World

Смотреть больше примеров!
Почему VKBottle?

from vkbottle.bot import Bot

bot = Bot("GroupToken")

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

bot.run_forever()

Contributing

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

Лицензия

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

About

Homogenic! Customizable asynchronous VK API framework implementing comfort and speed

https://vkbottle.readthedocs.io/ru/latest

License:MIT License


Languages

Language:Python 98.8%Language:Makefile 1.2%