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
>>> session = vk.Session()
>>> api = vk.API(session)
>>> api.users.get(user_ids=1)
[{'first_name': 'Pavel', 'last_name': 'Durov', 'id': 1}]
See https://vk.com/dev/methods for detailed API guide.
More info
Release files for vk 2.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vk-2.0.2.tar.gz | 7.0 kB | Details |
Release files / vk-2.0.2.tar.gz
| Download URL | vk-2.0.2.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
57bde87a95c57b5a9fa1761ad8e5a8a36beeb79b096346cfe5fbcd7fc56cca26
|
|
BLAKE2b-256 checksum How to use checksums |
9ffd698ba8b622ba57d7d936aaf7bf8256fec4e7e2e1c2f3b36fc04381df5281
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |