vk.com requests for humans. API library for vk.com
Project description
[![Build Status](https://travis-ci.org/prawn-cake/vk-requests.svg?branch=master)](https://travis-ci.org/prawn-cake/vk-requests) [![Coverage Status](https://coveralls.io/repos/prawn-cake/vk-requests/badge.svg?branch=master&service=github)](https://coveralls.io/github/prawn-cake/vk-requests?branch=master) [![GitHub issues](https://img.shields.io/github/issues/prawn-cake/vk-requests.svg)](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
File details
Details for the file vk_requests-1.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: vk_requests-1.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f1da29e2732ca8ddda949be15d596a8f61cff40ea466a9f8dd4733df2480866 |
|
MD5 | d93bf9af301afd340c5477b01be4f93c |
|
BLAKE2b-256 | b304c0ecc092f543a1c9e838f451192f828fdca8597d8d2d3594322e8a89c566 |