Python vk.com API wrapper
Project description
aiovkcom
async python vk.com API wrapper for REST API methods, see documentation.
Example
To use vk.com API you need
an access_token
.
import aiovkcom
async with aiovkcom.API(v='5.241', access_token='your access token') as vk:
contacts = await vk.account.getContactList()
friends = await vk.friends.get()
events = await vk.wall.get()
Installation
$ pip install aiovkcom
Supported Python Versions
Python 3.7, 3.8, 3.9 are supported.
License
aiovkcom is released under the BSD 2-Clause License.
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 Distribution
aiovkcom-1.0.0.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file aiovkcom-1.0.0.tar.gz
.
File metadata
- Download URL: aiovkcom-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7c7b469673886a9e0369560afbae39099a1e10eedb419390de84bf2f8f33160 |
|
MD5 | c84ae1b5afaa39f873cc381890557aca |
|
BLAKE2b-256 | f2f947f39c818fad7f312cbe18b8ed350abebe7f48bd271f223054c25c9a06bd |
Provenance
File details
Details for the file aiovkcom-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: aiovkcom-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04a567fbf6cea8f02a7648f1b4012919f4ffe1547f605b4ce6d01c5240f7be96 |
|
MD5 | 5a423520fc070ae4638d5c0fe9cc79cc |
|
BLAKE2b-256 | 2d43e4fe2fe47f0405690860b9eacec60fa0363ce3cd92da7b58f263090e1d31 |