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

Indices and tables