Python vk.com API wrapper
Project description
vk | python vk.com API wrapper
This is a vk.com (the largest Russian social network) python API wrapper.
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vk-3.0.tar.gz
(11.3 kB
view hashes)
Built Distribution
vk-3.0-py3-none-any.whl
(11.3 kB
view hashes)