Skip to main content

simple anti captcha library

Project description

anticaptcha
=========

Simple anticaptcha library for images with text.

>>> pip install anticaptcha

.. code:: python
from anticaptcha import Anticaptcha
ac = Anticaptcha('API_TOKEN')
with open('captcha.png', 'rb') as img:
response = ac.createTask(img.read())
task_id = response['taskId']
result = ac.getTaskResult(task_id)
solution = result['solution']['text']


Test with: python -m pytest

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

anticaptcha-0.0.1.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file anticaptcha-0.0.1.tar.gz.

File metadata

File hashes

Hashes for anticaptcha-0.0.1.tar.gz
Algorithm Hash digest
SHA256 24c2535a3409bb19380044bda33de1794afe5d9f6b6d849c507b660257931cba
MD5 ae71ad90a1c0094597701c09fd7d7ecb
BLAKE2b-256 8e0b595aa1e61a736238b4334e25edb668f1109a1749580b04660756578eb1a9

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