All Projects → shelln1ght → VkNet.AudioBypass

shelln1ght / VkNet.AudioBypass

Licence: MIT license
Обход закрытия методов audio и messages для VkNet

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to VkNet.AudioBypass

vk-api
VK SDK | VKontakte wrapper for standalone apps
Stars: ✭ 30 (-37.5%)
Mutual labels:  vk, vk-api, vk-sdk
easyvk-go
Simple way to work with VK API
Stars: ✭ 47 (-2.08%)
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 (+306.25%)
Mutual labels:  vk, vk-api
vkbottle
Сustomizable asynchronous VK API framework
Stars: ✭ 371 (+672.92%)
Mutual labels:  vk, vk-api
Vk Api Schema
JSON Schema of VK API
Stars: ✭ 158 (+229.17%)
Mutual labels:  vk, vk-api
Vk Requests
vk.com requests for humans. API library for vk.com
Stars: ✭ 162 (+237.5%)
Mutual labels:  vk, vk-api
VideoforVk
Video for Vk (or VT) is client for Vk video API.
Stars: ✭ 27 (-43.75%)
Mutual labels:  vk, vk-api
Vk To Telegram Bot
Bot for auto-reposting posts from VK to Telegram channel
Stars: ✭ 103 (+114.58%)
Mutual labels:  vk, vk-api
easyvk
This app helps you create an apps with vk api easy!
Stars: ✭ 97 (+102.08%)
Mutual labels:  vk, vk-api
java-vk-bots-long-poll-api
A Java library to create VK bots using Bots Long Poll API
Stars: ✭ 30 (-37.5%)
Mutual labels:  vk-api, vk-sdk
py-vkontakte
A Python wrapper around the vk.com
Stars: ✭ 17 (-64.58%)
Mutual labels:  vk, vk-api
VK-Scraper
Scrapes VK user's photos
Stars: ✭ 42 (-12.5%)
Mutual labels:  vk, vk-api
Vkwave
Asynchronous framework for building high-performance & easy to scale projects interacting with VK's API.
Stars: ✭ 135 (+181.25%)
Mutual labels:  vk, vk-api
Vkbottle
Homogenic! Customizable asynchronous VK API framework
Stars: ✭ 191 (+297.92%)
Mutual labels:  vk, vk-api
Sketal
Бот для ВКонтакте. Беседы / группы / развлечения.
Stars: ✭ 119 (+147.92%)
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 (-31.25%)
Mutual labels:  vk, 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 (+22.92%)
Mutual labels:  vk, vk-api
Whom I Know
Looks for common users of vk.com [DEPRECATED]
Stars: ✭ 69 (+43.75%)
Mutual labels:  vk, vk-api
Swiftyvk
Easy and powerful way to interact with VK API for iOS and macOS
Stars: ✭ 247 (+414.58%)
Mutual labels:  vk, vk-api
vk-spammer
Спаммер сообщений для вк
Stars: ✭ 47 (-2.08%)
Mutual labels:  vk, vk-api

VkNet.AudioBypass

Расширение для VkNet для обхода ограничения к методам Audio и Messages.

NuGet NuGet Build

Как использовать?

using VkNet.AudioBypassService.Extensions;

//...

var services = new ServiceCollection();
services.AddAudioBypass(); 

var api = new VkApi(services);

// Авторизируемся для получения токена валидного для вызова методов Audio / Messages
api.Authorize(new ApiAuthParams
{
    Login = "login",
    Password = "password"
});
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].