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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mini_vk-0.1.3.tar.gz.
File metadata
- Download URL: mini_vk-0.1.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87d66a486f1998633a757d9db562a5f0e6f414bd0b7b6aae30447b703677cc91
|
|
| MD5 |
588b92c2c83b67abfa945fe8ee674200
|
|
| BLAKE2b-256 |
fe13130fd54bd55a79bd6eb1d90fc34de20ff918876a9fd812039dd30a50e71c
|
File details
Details for the file mini_vk-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mini_vk-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0b4b12c066278180a5f582e4a2237b7c722a5cf41f0c5f33f2b95352199d4e6
|
|
| MD5 |
9f8a77e958f3f2efbf4b32fafb2d4ec0
|
|
| BLAKE2b-256 |
8966d1ea7b50416aa2c340cf6f47956481cd69a74646862e87168954bbdffc9d
|