Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiovkcom

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiovkcom

Python vk.com API wrapper

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

.. image:: https://img.shields.io/badge/license-BSD-blue.svg :target: https://github.com/konstantintogoi/aiovkcom/blob/master/LICENSE

.. image:: https://img.shields.io/pypi/v/aiovkcom.svg :target: https://pypi.python.org/pypi/aiovkcom

.. image:: https://img.shields.io/pypi/pyversions/aiovkcom.svg :target: https://pypi.python.org/pypi/aiovkcom

.. image:: https://readthedocs.org/projects/aiovkcom/badge/?version=latest :target: https://aiovkcom.readthedocs.io/en/latest

.. image:: https://github.com/konstantintogoi/aiovkcom/actions/workflows/pages/pages-build-deployment/badge.svg :target: https://konstantintogoi.github.io/aiovkcom

.. index-start-marker1

aiovkcom

async python vk.com API <https://dev.vk.com/en/api/api-requests>_ wrapper for REST API <https://dev.vk.com/en/method>_ methods, see documentation <https://konstantintogoi.github.io/aiovkcom>_.

Example

To use vk.com API <https://dev.vk.com/en/api/api-requests>_ you need an :code:access_token.

.. code-block:: python

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

.. code-block:: shell

$ pip install aiovkcom

Supported Python Versions

Python 3.7, 3.8, 3.9 are supported.

.. index-end-marker1

License

aiovkcom is released under the BSD 2-Clause License.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc