Universal API to captcha solving services
Project description
==============
Captcha Solver
==============
.. image:: https://travis-ci.org/lorien/captcha_solver.png?branch=master
:target: https://travis-ci.org/lorien/captcha_solver?branch=master
.. image:: https://coveralls.io/repos/lorien/captcha_solver/badge.svg?branch=master
:target: https://coveralls.io/r/lorien/captcha_solver?branch=master
.. image:: https://img.shields.io/pypi/v/captcha-solver.svg
:target: https://pypi-hypernode.com/pypi/captcha-solver
.. image:: https://img.shields.io/pypi/l/captcha-solver.svg
:target: https://pypi-hypernode.com/pypi/captcha-solver
Univeral API to captcha solving services.
Installation
============
.. code:: bash
pip install captcha-solver
Browser Backend Example
=======================
.. code:: python
from captcha_solver import CaptchaSolver
solver = CaptchaSolver('browser')
raw_data = open('captcha.png', 'rb').read()
print(solver.solve_captcha(raw_data))
Antigate Backend Example
========================
.. code:: python
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))
Rucaptcha Backend Example
========================
.. code:: python
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))
Captcha Solver
==============
.. image:: https://travis-ci.org/lorien/captcha_solver.png?branch=master
:target: https://travis-ci.org/lorien/captcha_solver?branch=master
.. image:: https://coveralls.io/repos/lorien/captcha_solver/badge.svg?branch=master
:target: https://coveralls.io/r/lorien/captcha_solver?branch=master
.. image:: https://img.shields.io/pypi/v/captcha-solver.svg
:target: https://pypi-hypernode.com/pypi/captcha-solver
.. image:: https://img.shields.io/pypi/l/captcha-solver.svg
:target: https://pypi-hypernode.com/pypi/captcha-solver
Univeral API to captcha solving services.
Installation
============
.. code:: bash
pip install captcha-solver
Browser Backend Example
=======================
.. code:: python
from captcha_solver import CaptchaSolver
solver = CaptchaSolver('browser')
raw_data = open('captcha.png', 'rb').read()
print(solver.solve_captcha(raw_data))
Antigate Backend Example
========================
.. code:: python
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))
Rucaptcha Backend Example
========================
.. code:: python
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))
Project details
Release history Release notifications | RSS feed
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.0.tar.gz
(5.2 kB
view details)
File details
Details for the file captcha-solver-0.1.0.tar.gz
.
File metadata
- Download URL: captcha-solver-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d39d1d6f9742bd164ec0e3706e4135271eb9c86c1545352494c84e74fe791c2 |
|
MD5 | 4ea84f25bfa7b231fde78ab0310137dc |
|
BLAKE2b-256 | a3a2212ebfa6d09451192bf5c74235b14e2fb03858f4a3f670351c1f148e99b6 |