vk.com (aka vkontakte.ru) API wrapper. This release is broken! Do not use it. Use 0.9.3.
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'] Дуров СПбГУ >>> # custom timeout example (default timeout = 1s) >>> vk = vkontakte.API('my_api_id', 'my_api_secret', timeout=5) >>> print vk.getAppBalance() 0
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.2.tar.gz
(3.4 kB
view details)
File details
Details for the file vkontakte-0.9.2.tar.gz
.
File metadata
- Download URL: vkontakte-0.9.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a57931da49aa1056011bef9e0d20935d51a7e6fabd284881f2ac364573e88dd |
|
MD5 | 6d95d8c26d5f1f7ff2e9fa6c1d408749 |
|
BLAKE2b-256 | 5117ea16e5dab1b19fd0603f7d1e222c51d52932b2958b590cb81c3961c46ee7 |