SkillAgentSearch skills...

Vk

vk.com API python wrapper

Install / Use

/learn @voronind/Vk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vk | python vk.ru API wrapper

Maintanance PyPI GitHub CI Codecov Docs

This is a vk.ru (the largest Russian social network) python API wrapper. <br> The goal is to support all API methods (current and future) that can be accessed from server.

Quickstart

Install

pip install vk

Usage

>>> import vk
>>> api = vk.API(access_token='...')
>>> api.users.get(user_ids=1)
[{'id': 1, 'first_name': 'Pavel', 'last_name': 'Durov', ... }]

See official VK documentation for detailed API guide.

More info

Read full documentation on Read the Docs

Related Skills

View on GitHub
GitHub Stars396
CategoryDevelopment
Updated1mo ago
Forks88

Languages

Python

Security Score

100/100

Audited on Mar 1, 2026

No findings