All Projects → voronind → Vk

voronind / Vk

Licence: mit
vk.com API python wrapper

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Vk

VkNet.AudioBypass
Обход закрытия методов audio и messages для VkNet
Stars: ✭ 48 (-86.32%)
Mutual labels:  vk, vk-api
vk-mini-app-boilerplate
Стартовый кит для создания сервиса на платформе VK Mini Apps с использованием React + Redux
Stars: ✭ 61 (-82.62%)
Mutual labels:  vk, vk-api
VideoforVk
Video for Vk (or VT) is client for Vk video API.
Stars: ✭ 27 (-92.31%)
Mutual labels:  vk, vk-api
vk-api
VK SDK | VKontakte wrapper for standalone apps
Stars: ✭ 30 (-91.45%)
Mutual labels:  vk, vk-api
easyvk
This app helps you create an apps with vk api easy!
Stars: ✭ 97 (-72.36%)
Mutual labels:  vk, vk-api
vbio
Python модуль для написания скриптов, использующих Bots API для социальной сети Вконтакте (vk.com)
Stars: ✭ 10 (-97.15%)
Mutual labels:  vk, vk-api
VK-Scraper
Scrapes VK user's photos
Stars: ✭ 42 (-88.03%)
Mutual labels:  vk, vk-api
Vk Requests
vk.com requests for humans. API library for vk.com
Stars: ✭ 162 (-53.85%)
Mutual labels:  vk-api, vk
kasthack.osp
Генератор сырых дампов пользователей VK.
Stars: ✭ 15 (-95.73%)
Mutual labels:  vk, vk-api
InTouch
👥 InTouch - is a programming SDK build around vk.com API exposing most of the social platform features including messaging, news feed fetching, communities, and media management.
Stars: ✭ 33 (-90.6%)
Mutual labels:  vk, vk-api
Swiftyvk
Easy and powerful way to interact with VK API for iOS and macOS
Stars: ✭ 247 (-29.63%)
Mutual labels:  vk-api, vk
node-vk-bot
Create and control VK bots easily.
Stars: ✭ 35 (-90.03%)
Mutual labels:  vk, vk-api
Node Vk Bot Api
🤖 VK bot framework for Node.js, based on Bots Long Poll API and Callback API.
Stars: ✭ 195 (-44.44%)
Mutual labels:  vk-api, vk
vk-proxy
Прокси-сервер для API ВКонтакте
Stars: ✭ 51 (-85.47%)
Mutual labels:  vk, vk-api
Vkbottle
Homogenic! Customizable asynchronous VK API framework
Stars: ✭ 191 (-45.58%)
Mutual labels:  vk-api, vk
py-vkontakte
A Python wrapper around the vk.com
Stars: ✭ 17 (-95.16%)
Mutual labels:  vk, vk-api
Vkwave
Asynchronous framework for building high-performance & easy to scale projects interacting with VK's API.
Stars: ✭ 135 (-61.54%)
Mutual labels:  vk-api, vk
Vk Api Schema
JSON Schema of VK API
Stars: ✭ 158 (-54.99%)
Mutual labels:  vk-api, vk
vkbottle
Сustomizable asynchronous VK API framework
Stars: ✭ 371 (+5.7%)
Mutual labels:  vk, vk-api
vk-spammer
Спаммер сообщений для вк
Stars: ✭ 47 (-86.61%)
Mutual labels:  vk, vk-api

Python vk.com API wrapper

PyPI Travis Docs codecov

This is a vk.com (the largest Russian social network) python API wrapper. The goal is to support all API methods (current and future) that can be accessed from server.

Quickstart

Install

pip install vk

Usage

>>> import vk
>>> session = vk.Session()
>>> api = vk.API(session)
>>> api.users.get(user_ids=1)
[{'first_name': 'Pavel', 'last_name': 'Durov', 'id': 1}]

See https://vk.com/dev/methods for detailed API guide.

More info

Read full documentation https://vk.readthedocs.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].