Skip to main content

vk.com API python wrapper

Project description

This is a vk.com (aka vkontakte.ru, largest Russian social network) python API wrapper. The goal is to support all API methods (current and future) that can be accessed from server.

Installation

$ pip install vk

Usage

>>> import vk

Login via 1 of 3 ways:

>>> vk_api = vk.API('my_app_id', 'user_email', 'user_password')  # or
>>> vk_api = vk.API(access_token='access_token')  # or
>>> vk_api = vk.API('my_app_id', app_secret='my_app_secret')  # deprecated by vk.com

Make requests:

>>> vk_api.getServerTime()
1395870238
>>> profiles = vk_api.getProfiles(uids=1)
>>> profiles[0]['last_name']
Дуров
>>> # alternative syntax
>>> profiles = vk_api('getProfiles', uids=1)
>>> profiles[0]['last_name']
Дуров

All API methods that can be called from server should be supported.

See https://vk.com/developers.php?id=-1_11226273 for detailed API help.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vk-1.4.1.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file vk-1.4.1.tar.gz.

File metadata

  • Download URL: vk-1.4.1.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vk-1.4.1.tar.gz
Algorithm Hash digest
SHA256 0a69dc7c5269dc9473e0fb59fb11acba9d2a3079595e8e712e58a0f9f54fa59f
MD5 24718278f0160c3a00052b2370373d70
BLAKE2b-256 1c829e684d88a850d9fc7e2338b3bd0e661c45a8b460fd0930cfc453669d5613

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page