VK is library that allows to create chatbots for vk easy and fast
# Quickstart
Easiest hi-bot
from VK import Bot
bot = Bot(api_token)
@bot.command('hi')
def greet(message):
return 'Hi'
bot.start()
Raw data
{
"_id": null,
"home_page": "https://github.com/Vlatterran/vkpybot/",
"name": "vkpybot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11,<4.0",
"maintainer_email": "",
"keywords": "VK,vk,bot,async",
"author": "Vlatterran",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/fc/59/628d5daeb36ad25cb7aa6ae2616648b8bd8e095c388374b96e59ebbddbd9/vkpybot-0.1.14.tar.gz",
"platform": null,
"description": "VK is library that allows to create chatbots for vk easy and fast\n\n# Quickstart\n\nEasiest hi-bot\n\n from VK import Bot\n\n\n bot = Bot(api_token)\n\n @bot.command('hi')\n def greet(message):\n return 'Hi'\n \n bot.start()\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "Asyncronus library to build VK bot",
"version": "0.1.14",
"split_keywords": [
"vk",
"vk",
"bot",
"async"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "065bea88444acc96264f1785c8ff10fc56a09d6ce82eccedcdc8bb489799bd6c",
"md5": "66bb665706a623a46a298bbc75e232fa",
"sha256": "4bde6ab587bfd95209f7d45ea13c9b42c20fde0f6dcbbf57376d0f6eb659dbe9"
},
"downloads": -1,
"filename": "vkpybot-0.1.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "66bb665706a623a46a298bbc75e232fa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11,<4.0",
"size": 25996,
"upload_time": "2023-02-11T15:08:00",
"upload_time_iso_8601": "2023-02-11T15:08:00.397562Z",
"url": "https://files.pythonhosted.org/packages/06/5b/ea88444acc96264f1785c8ff10fc56a09d6ce82eccedcdc8bb489799bd6c/vkpybot-0.1.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc59628d5daeb36ad25cb7aa6ae2616648b8bd8e095c388374b96e59ebbddbd9",
"md5": "68618875a5446e3af16e68209d32daaa",
"sha256": "4abf20e6aca0f7f75a4f47c34553566ab857855d3f72ac62d2be7afcd0fdafbc"
},
"downloads": -1,
"filename": "vkpybot-0.1.14.tar.gz",
"has_sig": false,
"md5_digest": "68618875a5446e3af16e68209d32daaa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11,<4.0",
"size": 24137,
"upload_time": "2023-02-11T15:08:01",
"upload_time_iso_8601": "2023-02-11T15:08:01.688586Z",
"url": "https://files.pythonhosted.org/packages/fc/59/628d5daeb36ad25cb7aa6ae2616648b8bd8e095c388374b96e59ebbddbd9/vkpybot-0.1.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-11 15:08:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Vlatterran",
"github_project": "vkpybot",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "vkpybot"
}