vk.com (aka vkontakte.ru) API wrapper
Project description
This is a vk.com (aka vkontakte.ru, largest Russian social network) python API wrapper. The goal is to support all API methods (current and future) that can be accessed from server.
Installation
$ pip install vkontakte
Usage
>>> import vkontakte >>> vk = vkontakte.API('my_api_id', 'my_api_secret') >>> print vk.getServerTime() 1282689362 >>> profiles = vk.getProfiles(uids='1,2', fields='education') >>> pavel = profiles[0] >>> print pavel['last_name'], pavel['university_name'] Дуров СПбГУ
All API methods should be supported.
See http://bit.ly/9Nzc8h for detailed API help.
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
vkontakte-0.9.1.tar.gz
(2.7 kB
view details)
File details
Details for the file vkontakte-0.9.1.tar.gz
.
File metadata
- Download URL: vkontakte-0.9.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c01dd70406c195ff89a10f94fe33d65fe720822ac29545f91c757cf3f1e04ab |
|
MD5 | 802a60a2eca57771da7fcac2c7b14a65 |
|
BLAKE2b-256 | 968a3d264fce120abbea77408ce1155af8f83c3650a5eacda951574c2f21869a |