All Projects → python273 → Vk_api

python273 / Vk_api

Licence: apache-2.0
Модуль для создания скриптов для ВКонтакте | vk.com API wrapper

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vk api

py-vkontakte
A Python wrapper around the vk.com
Stars: ✭ 17 (-98.41%)
Mutual labels:  vk, vkontakte, api-wrapper, vk-api
Node Vk Bot Api
🤖 VK bot framework for Node.js, based on Bots Long Poll API and Callback API.
Stars: ✭ 195 (-81.78%)
Mutual labels:  vk-api, vk, vkontakte
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 (-96.45%)
Mutual labels:  vk-api, vk, vkontakte
vk-mini-app-boilerplate
Стартовый кит для создания сервиса на платформе VK Mini Apps с использованием React + Redux
Stars: ✭ 61 (-94.3%)
Mutual labels:  vk, vkontakte, vk-api
VK-Scraper
Scrapes VK user's photos
Stars: ✭ 42 (-96.07%)
Mutual labels:  vk, vkontakte, vk-api
Vk Requests
vk.com requests for humans. API library for vk.com
Stars: ✭ 162 (-84.86%)
Mutual labels:  vk-api, vk, vkontakte
kasthack.osp
Генератор сырых дампов пользователей VK.
Stars: ✭ 15 (-98.6%)
Mutual labels:  vk, vkontakte, vk-api
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 (-94.49%)
Mutual labels:  vk-api, vk, vkontakte
vbio
Python модуль для написания скриптов, использующих Bots API для социальной сети Вконтакте (vk.com)
Stars: ✭ 10 (-99.07%)
Mutual labels:  vk, vkontakte, vk-api
VideoforVk
Video for Vk (or VT) is client for Vk video API.
Stars: ✭ 27 (-97.48%)
Mutual labels:  vk, vkontakte, vk-api
Vk Api Schema
JSON Schema of VK API
Stars: ✭ 158 (-85.23%)
Mutual labels:  vk-api, vk, vkontakte
vk-spammer
Спаммер сообщений для вк
Stars: ✭ 47 (-95.61%)
Mutual labels:  vk, vkontakte, vk-api
Sketal
Бот для ВКонтакте. Беседы / группы / развлечения.
Stars: ✭ 119 (-88.88%)
Mutual labels:  vk-api, vk, vkontakte
easyvk-go
Simple way to work with VK API
Stars: ✭ 47 (-95.61%)
Mutual labels:  vk, vkontakte, vk-api
Vk To Telegram Bot
Bot for auto-reposting posts from VK to Telegram channel
Stars: ✭ 103 (-90.37%)
Mutual labels:  vk-api, vk, vkontakte
Swiftyvk
Easy and powerful way to interact with VK API for iOS and macOS
Stars: ✭ 247 (-76.92%)
Mutual labels:  vk-api, vk, vkontakte
vk-api
VK SDK | VKontakte wrapper for standalone apps
Stars: ✭ 30 (-97.2%)
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 (-96.92%)
Mutual labels:  vk, vkontakte, vk-api
Vkb
Bot for vk.com competitions
Stars: ✭ 24 (-97.76%)
Mutual labels:  vk-api, vk, vkontakte
VkNet.AudioBypass
Обход закрытия методов audio и messages для VkNet
Stars: ✭ 48 (-95.51%)
Mutual labels:  vk, vk-api

vk_api PyPI Python 3.6, 3.7, 3.8

vk_api – Python модуль для создания скриптов для ВКонтакте (vk.com API wrapper)

import vk_api

vk_session = vk_api.VkApi('+71234567890', 'mypassword')
vk_session.auth()

vk = vk_session.get_api()

print(vk.wall.post(message='Hello world!'))

Установка

$ pip3 install vk_api
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].