Socket
Socket
Sign inDemoInstall

mini-vk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-vk

Small wrapper over the VK API


Maintainers
1

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}]}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc