Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prawn-cake/vk-requests
vk.com requests for humans. API library for vk.com
https://github.com/prawn-cake/vk-requests
humans python streaming-api vk vk-api vkapi vkontakte vkontakte-api vkontakte-client vkontakteapi
Last synced: 5 days ago
JSON representation
vk.com requests for humans. API library for vk.com
- Host: GitHub
- URL: https://github.com/prawn-cake/vk-requests
- Owner: prawn-cake
- License: mit
- Created: 2015-11-29T11:48:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T17:18:25.000Z (over 3 years ago)
- Last Synced: 2024-12-08T12:41:38.077Z (14 days ago)
- Topics: humans, python, streaming-api, vk, vk-api, vkapi, vkontakte, vkontakte-api, vkontakte-client, vkontakteapi
- Language: Python
- Homepage:
- Size: 678 KB
- Stars: 158
- Watchers: 21
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
VK requests for humans™
========================================================================================================
[![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}]
### DocumentationCheck [full documentation](https://prawn-cake.github.io/vk-requests/)
Also check the [official VK api methods docs](https://vk.com/dev/methods)