Skip to main content

VKontakte captcha solver with 91% accuracy right.

Project description

vk_captchasolver - VKontakte captcha solver with 91% accuracy right.

This model, which solves vkontakte captchas, was taken from Defasium's repository

-How to use?-

-Solve by image-

import vk_captchasolver as vc

captcha = vc.solve(image='captcha.png')
print(captcha)

-Solve by sid and s-

import vk_captchasolver as vc

captcha = vc.solve(sid=74838345480543, s=1) #Solve by sid and s
captcha = vc.solve(sid=74838345480543) #Solve by sid only
print(captcha)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vk_captchasolver-1.0.4.tar.gz (990.0 kB view hashes)

Uploaded Source

Built Distribution

vk_captchasolver-1.0.4-py3-none-any.whl (989.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page