vk.com requests for humans. API library for vk.com
Project description
[](https://travis-ci.org/prawn-cake/vk-requests) [](https://coveralls.io/github/prawn-cake/vk-requests?branch=master) [](https://github.com/prawn-cake/vk-requests/issues)
[vk.com](https://vk.com) is the largest social network in Russia.
## Requirements
python (2.7, 3.4, 3.5, 3.6)
NOTE: Python 2.7 will be no longer supported starting from the version 2.0.0
## Install
pip install vk-requests
### Example
import vk_requests
api = vk_requests.create_api(app_id=123, login=’User’, password=’Password’) api.users.get(user_ids=1) [{‘first_name’: ‘Pavel’, ‘last_name’: ‘Durov’, ‘id’: 1}]
### Documentation
Check [full documentation](https://prawn-cake.github.io/vk-requests/)
Also check the [official VK api methods docs](https://vk.com/dev/methods)
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 Distributions
Built Distribution
Hashes for vk_requests-1.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f1da29e2732ca8ddda949be15d596a8f61cff40ea466a9f8dd4733df2480866 |
|
MD5 | d93bf9af301afd340c5477b01be4f93c |
|
BLAKE2b-256 | b304c0ecc092f543a1c9e838f451192f828fdca8597d8d2d3594322e8a89c566 |