1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
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.
Release files for pyvka 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyvka-0.1.tar.gz | 4.0 kB | Details |
Release files / pyvka-0.1.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | pyvka-0.1.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f2dfbdafc4415a64a1b1806e852c8e3071e7d00d1d157bdf26a16de8651cdae0
|
|
BLAKE2b-256 checksum How to use checksums |
740701f699ade1e5f6307f4debdbc8f8fc8daaf8670367da5dc7556f6b5643fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |