{"id":15171695,"url":"https://github.com/isosnovik/vkapi","last_synced_at":"2025-10-25T21:32:24.013Z","repository":{"id":118737798,"uuid":"83965140","full_name":"ISosnovik/vkAPI","owner":"ISosnovik","description":"Simple vk API for Python","archived":false,"fork":false,"pushed_at":"2018-04-11T22:59:34.000Z","size":48,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T10:51:14.747Z","etag":null,"topics":["python","python-2","python-3","vk","vk-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ISosnovik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-05T11:31:23.000Z","updated_at":"2022-09-13T15:20:41.000Z","dependencies_parsed_at":"2023-05-06T16:06:15.136Z","dependency_job_id":null,"html_url":"https://github.com/ISosnovik/vkAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISosnovik%2FvkAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISosnovik%2FvkAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISosnovik%2FvkAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISosnovik%2FvkAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ISosnovik","download_url":"https://codeload.github.com/ISosnovik/vkAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238212452,"owners_count":19434955,"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","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","python-2","python-3","vk","vk-api"],"created_at":"2024-09-27T09:02:21.733Z","updated_at":"2025-10-25T21:32:18.686Z","avatar_url":"https://github.com/ISosnovik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VK API\n\nThis is an ultimate library for **vk.com** API written in Python.\n\n## Installation\nJust: \n```bash\ngit clone https://github.com/ISosnovik/vkAPI\ncd vkAPI\npython setup.py install\n```\n\n## General use\n\nTo begin with:\n\n```python\nfrom vkapi.methods import *\n```\n\nYou can use it exactly as it is described [here](https://vk.com/dev/methods).\nFor example:\n\n```python\nusers.get(user_ids=1, fields='city')\n#[{'city': 2, 'first_name': 'Pavel', 'last_name': 'Durov', 'uid': 1}]\n```\n\n## Access Token\n\nSome methods use `access_token`. It shouldn't be passed as a parameter to method. Nevertheless, it is defined as a class property `token` in `vkapi.vkapi.Config` class. Just set it at the beginnig:\n \n```python\nfrom vkapi.methods import *\nfrom vkapi import Config\n\nConfig.token = 'h3r3-1s-th3-4cc3ss-t0k3n'\naccount.getInfo(fields='country')\n```\nAnd that is it.\n\n## Documentation\n\nAll methods are provided with short description and reference to the official documentation. If you forget something, just call `help` or `shift + tab + tab` for *__Jupyter Notebook__* and you will get the description:\n\n```profile\nHelp on function resolveScreenName in module vkapi.methods.utils:\n\nresolveScreenName(screen_name=None)\n    Detects a type of object (e.g., user, community, application)\n    and its ID by screen name.\n    https://vk.com/dev/utils.resolveScreenName\n```\n\n## Examples\nThere are several [examples](https://github.com/ISosnovik/vkAPI/tree/master/examples) of use of *__vkapi__*.\n\n+ [Public Methods](https://github.com/ISosnovik/vkAPI/blob/master/examples/Public%20methods.ipynb)\n+ [Getting a Token](https://github.com/ISosnovik/vkAPI/blob/master/examples/Getting%20a%20token.ipynb)\n+ [Private Methods](https://github.com/ISosnovik/vkAPI/blob/master/examples/Private%20methods.ipynb)\n+ [Execute](https://github.com/ISosnovik/vkAPI/blob/master/examples/Execute.ipynb)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisosnovik%2Fvkapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisosnovik%2Fvkapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisosnovik%2Fvkapi/lists"}