All Projects → prawn-cake → Vk Requests

prawn-cake / Vk Requests

Licence: mit
vk.com requests for humans. API library for vk.com

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vk Requests

easyvk
This app helps you create an apps with vk api easy!
Stars: ✭ 97 (-40.12%)
Mutual labels:  vk, streaming-api, vk-api
Sketal
Бот для ВКонтакте. Беседы / группы / развлечения.
Stars: ✭ 119 (-26.54%)
Mutual labels:  vk-api, vk, vkontakte
vk-spammer
Спаммер сообщений для вк
Stars: ✭ 47 (-70.99%)
Mutual labels:  vk, vkontakte, vk-api
Vkb
Bot for vk.com competitions
Stars: ✭ 24 (-85.19%)
Mutual labels:  vk-api, vk, vkontakte
Vkrss
Generates RSS feed of opened/closed vk.com wall or global searched opened posts. Features: post filtering (include/exclude by regexp and/or by owner type), ads skipping, automatic title generation, hash-tags extraction as RSS categories, initial author extraction, HTML formatting
Stars: ✭ 59 (-63.58%)
Mutual labels:  vk-api, vk, vkontakte
py-vkontakte
A Python wrapper around the vk.com
Stars: ✭ 17 (-89.51%)
Mutual labels:  vk, vkontakte, vk-api
Vk.py
Extremely-fast, easy-to-use, [not] ready for production. The asyncio based library for Python and Humans written to be efficient and reliable. [Unmaintained]
Stars: ✭ 38 (-76.54%)
Mutual labels:  vk-api, vk, vkontakte
Swiftyvk
Easy and powerful way to interact with VK API for iOS and macOS
Stars: ✭ 247 (+52.47%)
Mutual labels:  vk-api, vk, vkontakte
vk-mini-app-boilerplate
Стартовый кит для создания сервиса на платформе VK Mini Apps с использованием React + Redux
Stars: ✭ 61 (-62.35%)
Mutual labels:  vk, vkontakte, vk-api
kasthack.osp
Генератор сырых дампов пользователей VK.
Stars: ✭ 15 (-90.74%)
Mutual labels:  vk, vkontakte, vk-api
Vk Api Schema
JSON Schema of VK API
Stars: ✭ 158 (-2.47%)
Mutual labels:  vk-api, vk, vkontakte
Vk To Telegram Bot
Bot for auto-reposting posts from VK to Telegram channel
Stars: ✭ 103 (-36.42%)
Mutual labels:  vk-api, vk, vkontakte
VideoforVk
Video for Vk (or VT) is client for Vk video API.
Stars: ✭ 27 (-83.33%)
Mutual labels:  vk, vkontakte, 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 (-79.63%)
Mutual labels:  vk, vkontakte, vk-api
vk-api
VK SDK | VKontakte wrapper for standalone apps
Stars: ✭ 30 (-81.48%)
Mutual labels:  vk, vkontakte, vk-api
easyvk-go
Simple way to work with VK API
Stars: ✭ 47 (-70.99%)
Mutual labels:  vk, vkontakte, vk-api
Node Vk Bot Api
🤖 VK bot framework for Node.js, based on Bots Long Poll API and Callback API.
Stars: ✭ 195 (+20.37%)
Mutual labels:  vk-api, vk, vkontakte
VK-Scraper
Scrapes VK user's photos
Stars: ✭ 42 (-74.07%)
Mutual labels:  vk, vkontakte, vk-api
vbio
Python модуль для написания скриптов, использующих Bots API для социальной сети Вконтакте (vk.com)
Stars: ✭ 10 (-93.83%)
Mutual labels:  vk, vkontakte, vk-api
Vk api
Модуль для создания скриптов для ВКонтакте | vk.com API wrapper
Stars: ✭ 1,070 (+560.49%)
Mutual labels:  vk-api, vk, vkontakte

VK requests for humans™

Build Status Coverage Status GitHub issues

vk.com is the largest social network in Russia.

Requirements

  • python (2.7, 3.4, 3.5, 3.6)

NOTE: Python 2.7 will be no longer supported starting from the version 2.0.0

Install

pip install vk-requests

Example

import vk_requests


api = vk_requests.create_api(app_id=123, login='User', password='Password')
api.users.get(user_ids=1)
[{'first_name': 'Pavel', 'last_name': 'Durov', 'id': 1}]

Documentation

Check full documentation

Also check the official VK api methods docs

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