Skip to main content

Python vk.com API wrapper

Project description

https://img.shields.io/badge/license-BSD-blue.svg https://img.shields.io/pypi/v/aiovkcom.svg https://img.shields.io/pypi/pyversions/aiovkcom.svg https://readthedocs.org/projects/aiovkcom/badge/?version=latest https://travis-ci.com/KonstantinTogoi/aiovkcom.svg

aiovkcom

aiovkcom is a python vk.com API wrapper. The main features are:

Usage

To use vk.com API you need a registered app and vk.com account. For more details, see aiovkcom Documentation.

from aiovkcom import TokenSession, API

session = TokenSession(access_token, v='5.101')
api = API(session)

events = await api.wall.get()
friends = await api.friends.get()

Pass access_token that was received after authorization. For more details, see aiovkcom Documentation.

Installation

$ pip install aiovkcom

or

$ python setup.py install

Supported Python Versions

Python 3.5, 3.6, 3.7 and 3.8 are supported.

Test

Run all tests.

$ python setup.py test

Run tests with PyTest.

$ python -m pytest [-k TEST_NAME]

License

aiovkcom is released under the BSD 2-Clause License.

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

aiovkcom-0.1.0.post2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

aiovkcom-0.1.0.post2-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

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