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.0rc1.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file aiovkcom-1.0.0rc1.tar.gz
.
File metadata
- Download URL: aiovkcom-1.0.0rc1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01bc7fc1140e93503ba197f8c5705c8b3bd402914a1a5a7f81d44ca8069a1550 |
|
MD5 | 0f5b40d259c2a1d35b7c919fae4de34f |
|
BLAKE2b-256 | 3e20d4b16d96156ae9ab735aeb6da768f365a61aaa08f2ec203cfab6fb2a992e |
File details
Details for the file aiovkcom-1.0.0rc1-py3-none-any.whl
.
File metadata
- Download URL: aiovkcom-1.0.0rc1-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 | 74c5bdae3e47d3c0a46d063c945645c6f4de5958439cda059a440380d2d32019 |
|
MD5 | c98e40db7f9cd3d1304451fde7a41d24 |
|
BLAKE2b-256 | ba7c4f93b6013ae359b015b819a35ae0964d4348af69f9e25c632441efc05787 |