vkbottle


Namevkbottle JSON
Version 4.6.2 PyPI version JSON
download
home_pagehttps://github.com/vkbottle/vkbottle
SummaryHomogenic! Customizable asynchronous VK API framework implementing comfort and speed.
upload_time2025-10-06 12:19:35
maintainerluwqz1
docs_urlNone
authortimoniq
requires_python<4.0,>=3.9
licenseMIT License Copyright (c) 2019 timoniq Copyright (c) 2022-2024 feeeek (Axd1x8a) Copyright (c) 2024 luwqz1 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords vk vk-api vkbottle bot-longpoll user-longpoll async asyncio bot longpoll-api callback middleware
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <a href="https://github.com/vkbottle/vkbottle">
    <img width="150px" height="150px" alt="VKBottle" src="https://raw.githubusercontent.com/vkbottle/vkbottle/master/docs/logo.svg">
  </a>
</p>
<h1 align="center">
  VKBottle
</h1>
<p align="center">
    <em><b>Кастомизируемый, быстрый и удобный фреймворк для работы с VK API</b></em>
</p>
<p align="center">
  <img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/vkbottle/vkbottle/push-build.yml">
  <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/vkbottle">
  <img alt="GitHub issues by-label" src="https://img.shields.io/github/issues/vkbottle/vkbottle/bug">
  <img alt="PyPI" src="https://img.shields.io/pypi/v/vkbottle?color=green&label=PyPI">
</p>

## Hello World

```python
from vkbottle.bot import Bot

bot = Bot("GroupToken")

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

bot.run_forever()
```

[Смотреть больше примеров!](https://github.com/vkbottle/vkbottle/tree/master/examples)

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

[Туториал для новичков](https://vkbottle.rtfd.io/ru/latest/tutorial/)\
[Техническая документация](https://vkbottle.rtfd.io/ru/latest)

## Установка

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

```console
pip install vkbottle
```

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

- [`3.x`](https://github.com/vkbottle/vkbottle/tree/v3.0)
- [`2.x`](https://github.com/vkbottle/vkbottle/tree/v2.0)

## Contributing

ПР поддерживаются! Перед созданием пулл реквеста ознакомьтесь с [CONTRIBUTION_GUIDE](CONTRIBUTION_GUIDE.md). Нам приятно видеть ваш вклад в развитие фреймворка.\
Задавайте вопросы в блоке Issues или на нашем [**форуме в Telegram**](https://t.me/botoforum)!

Мейнтейнеры: [click](https://github.com/vkbottle/vkbottle/graphs/contributors)

## Лицензия

Copyright © 2019 [timoniq](https://github.com/timoniq).\
Copyright © 2022-2024 [FeeeeK](https://github.com/FeeeeK).\
Copyright © 2024 [luwqz1](https://github.com/luwqz1).\
Этот проект имеет [MIT](https://github.com/vkbottle/vkbottle/blob/master/LICENSE) лицензию.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vkbottle/vkbottle",
    "name": "vkbottle",
    "maintainer": "luwqz1",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "howluwqz1@gmail.com",
    "keywords": "vk, vk-api, vkbottle, bot-longpoll, user-longpoll, async, asyncio, bot, longpoll-api, callback, middleware",
    "author": "timoniq",
    "author_email": "tesseradecades@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/a9/04/9f69cdc96e9645a221668eb22fbab5d0c7439096dc1931601fab89c9c8ba/vkbottle-4.6.2.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <a href=\"https://github.com/vkbottle/vkbottle\">\n    <img width=\"150px\" height=\"150px\" alt=\"VKBottle\" src=\"https://raw.githubusercontent.com/vkbottle/vkbottle/master/docs/logo.svg\">\n  </a>\n</p>\n<h1 align=\"center\">\n  VKBottle\n</h1>\n<p align=\"center\">\n    <em><b>\u041a\u0430\u0441\u0442\u043e\u043c\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u044b\u0439, \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0438 \u0443\u0434\u043e\u0431\u043d\u044b\u0439 \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 VK API</b></em>\n</p>\n<p align=\"center\">\n  <img alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/vkbottle/vkbottle/push-build.yml\">\n  <img alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dw/vkbottle\">\n  <img alt=\"GitHub issues by-label\" src=\"https://img.shields.io/github/issues/vkbottle/vkbottle/bug\">\n  <img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/vkbottle?color=green&label=PyPI\">\n</p>\n\n## Hello World\n\n```python\nfrom vkbottle.bot import Bot\n\nbot = Bot(\"GroupToken\")\n\n@bot.on.message()\nasync def handler(_) -> str:\n    return \"Hello, World!\"\n\nbot.run_forever()\n```\n\n[\u0421\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432!](https://github.com/vkbottle/vkbottle/tree/master/examples)\n\n## \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f\n\n[\u0422\u0443\u0442\u043e\u0440\u0438\u0430\u043b \u0434\u043b\u044f \u043d\u043e\u0432\u0438\u0447\u043a\u043e\u0432](https://vkbottle.rtfd.io/ru/latest/tutorial/)\\\n[\u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f](https://vkbottle.rtfd.io/ru/latest)\n\n## \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430\n\n\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u0435\u0439\u0448\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043c\u043e\u0436\u043d\u043e \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439:\n\n```console\npip install vkbottle\n```\n\n\u0415\u0441\u043b\u0438 \u0432\u044b \u0438\u0449\u0435\u0442\u0435 \u0441\u0442\u0430\u0440\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438:\n\n- [`3.x`](https://github.com/vkbottle/vkbottle/tree/v3.0)\n- [`2.x`](https://github.com/vkbottle/vkbottle/tree/v2.0)\n\n## Contributing\n\n\u041f\u0420 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f! \u041f\u0435\u0440\u0435\u0434 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043c \u043f\u0443\u043b\u043b \u0440\u0435\u043a\u0432\u0435\u0441\u0442\u0430 \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 [CONTRIBUTION_GUIDE](CONTRIBUTION_GUIDE.md). \u041d\u0430\u043c \u043f\u0440\u0438\u044f\u0442\u043d\u043e \u0432\u0438\u0434\u0435\u0442\u044c \u0432\u0430\u0448 \u0432\u043a\u043b\u0430\u0434 \u0432 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a\u0430.\\\n\u0417\u0430\u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0432 \u0431\u043b\u043e\u043a\u0435 Issues \u0438\u043b\u0438 \u043d\u0430 \u043d\u0430\u0448\u0435\u043c [**\u0444\u043e\u0440\u0443\u043c\u0435 \u0432 Telegram**](https://t.me/botoforum)!\n\n\u041c\u0435\u0439\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b: [click](https://github.com/vkbottle/vkbottle/graphs/contributors)\n\n## \u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f\n\nCopyright \u00a9 2019 [timoniq](https://github.com/timoniq).\\\nCopyright \u00a9 2022-2024 [FeeeeK](https://github.com/FeeeeK).\\\nCopyright \u00a9 2024 [luwqz1](https://github.com/luwqz1).\\\n\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438\u043c\u0435\u0435\u0442 [MIT](https://github.com/vkbottle/vkbottle/blob/master/LICENSE) \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044e.\n",
    "bugtrack_url": null,
    "license": "MIT License\n\nCopyright (c) 2019 timoniq\nCopyright (c) 2022-2024 feeeek (Axd1x8a)\nCopyright (c) 2024 luwqz1\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
    "summary": "Homogenic! Customizable asynchronous VK API framework implementing comfort and speed.",
    "version": "4.6.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/vkbottle/vkbottle/issues",
        "Documentation": "https://vkbottle.readthedocs.io/ru/latest",
        "Homepage": "https://github.com/vkbottle/vkbottle"
    },
    "split_keywords": [
        "vk",
        " vk-api",
        " vkbottle",
        " bot-longpoll",
        " user-longpoll",
        " async",
        " asyncio",
        " bot",
        " longpoll-api",
        " callback",
        " middleware"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8bc935bb2b10d11ab4efa870c88a1bea585921b68101f855de059bdcc1fb288",
                "md5": "f2849681ae6995fe9c837320ac8b0ed6",
                "sha256": "b51d3393cb8359f36c2c8624d3cb5f1c211455a5ce92826c9ab935a6f7ae63fb"
            },
            "downloads": -1,
            "filename": "vkbottle-4.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2849681ae6995fe9c837320ac8b0ed6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 114690,
            "upload_time": "2025-10-06T12:19:34",
            "upload_time_iso_8601": "2025-10-06T12:19:34.239667Z",
            "url": "https://files.pythonhosted.org/packages/d8/bc/935bb2b10d11ab4efa870c88a1bea585921b68101f855de059bdcc1fb288/vkbottle-4.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9049f69cdc96e9645a221668eb22fbab5d0c7439096dc1931601fab89c9c8ba",
                "md5": "2ee5bda087fbd310ef46011fb7ccfed9",
                "sha256": "e6bc47ba278e1283e607e7258c6d7d133ed7f223899ff0df707d16a7c66538ca"
            },
            "downloads": -1,
            "filename": "vkbottle-4.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2ee5bda087fbd310ef46011fb7ccfed9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 61224,
            "upload_time": "2025-10-06T12:19:35",
            "upload_time_iso_8601": "2025-10-06T12:19:35.716890Z",
            "url": "https://files.pythonhosted.org/packages/a9/04/9f69cdc96e9645a221668eb22fbab5d0c7439096dc1931601fab89c9c8ba/vkbottle-4.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-06 12:19:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vkbottle",
    "github_project": "vkbottle",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vkbottle"
}
        
Elapsed time: 0.95610s