Skip to main content

Python package for authorize and getaccess_token for vkontakte api.

Project description

pyvka

Python package for authorize and get access_token for vkontakte api.

Installation

You can install from PyPI:

$ pip install pyvka==0.1

Example Of Usage

You should be create standalone-application, and copy this app ID.

Now, you can use it:

>>> from pyvka import VKAuth
>>> login = 'your@email.or.phone.number.here'
>>> pwd = 'b19b00b5'
>>> app_id = 123456789
>>> scopes = ['wall', 'friends']
>>> vk = VKAuth(login, pwd, app_id, scopes)
>>> access_token = vk.access_token
>>> user_id = vk.user_id

After receiving access_token you can be using vkontakte package

Changes

0.1 (2012-09-21)

Initial release.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pyvka-0.1.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file pyvka-0.1.tar.gz.

File metadata

  • Download URL: pyvka-0.1.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyvka-0.1.tar.gz
Algorithm Hash digest
SHA256 f2dfbdafc4415a64a1b1806e852c8e3071e7d00d1d157bdf26a16de8651cdae0
MD5 88e4f493e10dcdef0e87c09df8a03667
BLAKE2b-256 740701f699ade1e5f6307f4debdbc8f8fc8daaf8670367da5dc7556f6b5643fe

See more details on using hashes here.

Supported by

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