{"id":15134033,"url":"https://github.com/yilbegan/vbio","last_synced_at":"2025-09-29T03:30:32.239Z","repository":{"id":62587080,"uuid":"164858526","full_name":"yilbegan/vbio","owner":"yilbegan","description":"Python модуль для написания скриптов, использующих Bots API для социальной сети Вконтакте (vk.com)","archived":true,"fork":false,"pushed_at":"2019-05-05T16:38:07.000Z","size":99,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T04:45:26.779Z","etag":null,"topics":["python","python3","python36","python37","vk","vk-api","vk-bot","vkapi","vkbot","vkontakte","vkontakte-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yilbegan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-09T12:26:15.000Z","updated_at":"2023-08-18T18:04:46.000Z","dependencies_parsed_at":"2022-11-04T07:46:13.199Z","dependency_job_id":null,"html_url":"https://github.com/yilbegan/vbio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yilbegan/vbio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilbegan%2Fvbio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilbegan%2Fvbio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilbegan%2Fvbio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilbegan%2Fvbio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yilbegan","download_url":"https://codeload.github.com/yilbegan/vbio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilbegan%2Fvbio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277462532,"owners_count":25822032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python3","python36","python37","vk","vk-api","vk-bot","vkapi","vkbot","vkontakte","vkontakte-api"],"created_at":"2024-09-26T05:02:08.903Z","updated_at":"2025-09-29T03:30:31.913Z","avatar_url":"https://github.com/yilbegan.png","language":"Python","readme":"# Vk Bot I/O [![PyPI](https://img.shields.io/pypi/v/vbio.svg)](https://pypi.org/project/vbio/)\n**vbio** - Python модуль для написания скриптов, использующих Bots API для социальной сети Вконтакте (vk.com)\n* [Документация](https://vbio.readthedocs.io/en/latest/)\n* [Примеры использования](./examples) (python3)\n## Hello world\n```python\n# Можно использовать другие обертки для API.\n# Например vk_api.\nimport vk_requests\n\nfrom vbio import VkBot, LongPollClient\n    \napi = vk_requests.create_api(service_token='\u003cтокен группы\u003e')\nbot = VkBot(api)\nhandler = LongPollClient(bot)\n    \n    \n@bot.message_handler()\ndef hello_world(m):\n    m.answer(message='Привет мир!')\n    \n    \nif __name__ == '__main__':\n    handler.run()\n```\n\n## Установка\n```\n# pip3 install vbio\n```\nС цветным выводом в консоль:\n```\n# pip3 install vbio[color]\n```\nС поддержкой webhook'ов:\n```\n# pip3 install vbio[webhook]\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilbegan%2Fvbio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyilbegan%2Fvbio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilbegan%2Fvbio/lists"}