Skip to main content

Small wrapper over the VK API

Project description

Mini_VK

A module Python, small wrapper over the VK API

Installation

To install the latest release on PyPI, simply run:

pip install mini-vk

Or to install the latest development version, run:

pip install git+https://github.com/SemenovAV/mini_vk

Quick Tutorial

api.get_api takes in a string containing access token vk

from mini_vk.api import get_api

api = get_api(access_token)
response = api.users.get(user_id=1).text  

response:

{"response":[{"id":1,"first_name":"Павел","last_name":"Дуров","is_closed":false,"can_access_closed":true}]}

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

mini_vk-0.1.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

mini_vk-0.1.3-py3-none-any.whl (3.1 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