Python vk.com API wrapper
Project description
vk-paw | 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-paw
Usage
>>> import vk
>>> api = vk.API(access_token='...')
>>> api.users.get(user_ids=1)
[{'first_name': 'Pavel', 'last_name': 'Durov', 'id': 1}]
See official VK documentation for detailed API guide.
More info
Read full documentation on Read the Docs
Why this Fork?
This repository is a friendly fork of the cool work, started by voronind (vk module creator)
Given the number of long-standing open issues and pull requests, and no clear path towards ensuring that maintenance of the package would continue or grow, this fork was created.
Contributions are most welcome.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vk-paw-3.0.dev1.tar.gz.
File metadata
- Download URL: vk-paw-3.0.dev1.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3995e4870d48893973e9d4bc7886d712e8667239cc52600d428b0a260996e78
|
|
| MD5 |
a6b3cd86b424187ca2721c5b84743655
|
|
| BLAKE2b-256 |
8467a25fc177aa456fa1166993622b1ea69f37b65e5d3f75762efb78e31d4caa
|
File details
Details for the file vk_paw-3.0.dev1-py3-none-any.whl.
File metadata
- Download URL: vk_paw-3.0.dev1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
716756cd901846f7f085a7c97347e52b17fc666d7263c0f4ff256c8e8c770a65
|
|
| MD5 |
4acd345c2c2b4d39e6c0397fbdb501f1
|
|
| BLAKE2b-256 |
b9b6c8ef003b2ed5891c1638176e3e7d71768db20d5c4dd9ebd6d99faa5c5909
|