Skip to content

Homogenic! Customizable asynchronous VK API framework implementing comfort and speed

License

Notifications You must be signed in to change notification settings

ScriptHound/vkbottle

 
 

Repository files navigation

[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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.8%
  • Makefile 1.2%