1.0.1 • Published 2 years ago

vk-captchasolver v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

VKCaptchaSolver

NPM NPM NPM

Models from Defasium/vkCaptchaBreaker

Install

npm i vk-captchasolver

Usage

import VKCaptchaSolver from 'vk-captchasolver'

const captcha_url = 'https://api.vk.com/captcha.php?sid=74838345480543&s=1'
const result = await VKCaptchaSolver(captcha_url)

// or
VKCaptchaSolver(captcha_url).then(function (result) {
    
})