Skip to main content

Universal API to captcha solving services

Project description

https://travis-ci.org/lorien/captcha_solver.png?branch=master https://coveralls.io/repos/lorien/captcha_solver/badge.svg?branch=master

Univeral API to captcha solving services.

Installation

pip install captcha-solver

Twocaptcha Backend Example

Service website is https://2captcha.com?from=3019071

from captcha_solver import CaptchaSolver

solver = CaptchaSolver('twocaptcha', api_key='2captcha.com API HERE')
raw_data = open('captcha.png', 'rb').read()
print(solver.solve_captcha(raw_data))

Rucaptcha Backend Example

Service website is https://rucaptcha.com?from=3019071

from captcha_solver import CaptchaSolver

solver = CaptchaSolver('rucaptcha', api_key='RUCAPTCHA_KEY')
raw_data = open('captcha.png', 'rb').read()
print(solver.solve_captcha(raw_data))

Browser Backend Example

from captcha_solver import CaptchaSolver

solver = CaptchaSolver('browser')
raw_data = open('captcha.png', 'rb').read()
print(solver.solve_captcha(raw_data))

Antigate Backend Example

Service website is http://getcaptchasolution.com/ijykrofoxz

from captcha_solver import CaptchaSolver

solver = CaptchaSolver('antigate', api_key='ANTIGATE_KEY')
raw_data = open('captcha.png', 'rb').read()
print(solver.solve_captcha(raw_data))

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

captcha-solver-0.1.5.tar.gz (7.1 kB view details)

Uploaded Source

File details

Details for the file captcha-solver-0.1.5.tar.gz.

File metadata

  • Download URL: captcha-solver-0.1.5.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for captcha-solver-0.1.5.tar.gz
Algorithm Hash digest
SHA256 21bf42df65597eb16fd4b45bd6f78d5e78bc3436faf5e665580a279c38007901
MD5 9a7a1ad0fac752ac9f3b3f0325075b3b
BLAKE2b-256 bef5bf14ad4f42b4229072f235e630bd55d526a6f89ff2f5664034b85bdf5d78

See more details on using hashes here.

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