Skip to main content

Client library for solve captchas with Anticaptcha.com support.

Project description

Client library for solve captchas with Anticaptcha.com support.

Getting Started

Install as standard for Python packages using:

pip install python-annticaptcha

Usage

Do use this library do you need Anticaptcha.com API key.

Example snippet for Recaptcha:

from python_anticaptcha import AnticaptchaClient, NoCaptchaTaskProxylessTask

api_key = '174faff8fbc769e94a5862391ecfd010'
site_key = '6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-'  # grab from site
url = 'https://www.google.com/recaptcha/api2/demo'

client = AnticaptchaClient(api_key)
task = NoCaptchaTaskProxylessTask(url, site_key)
job = client.createTask(task)
job.join()
print job.get_solution_response()

Example snippet for text captcha:

from python_anticaptcha import AnticaptchaClient, ImageToTextTask

api_key = '174faff8fbc769e94a5862391ecfd010'
captcha_fp = open('examples/captcha_ms.jpeg')
client = AnticaptchaClient(api_key)
task = ImageToTextTask(captcha_fp)
job = client.createTask(task)
job.join()
print job.get_captcha_text()

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Adam Dobrawy - Initial work - ad-m

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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

python-anticaptcha-0.0.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

python_anticaptcha-0.0.1-py2-none-any.whl (6.4 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for python-anticaptcha-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b03d9486003a9955bff6d16a15920e44f7c586a96e981ed08f0854d5b3b17717
MD5 8dae939f17080152a14f4f1739891609
BLAKE2b-256 d612d78835b322482f534892778a18f03129a80a9ac8fb8b5c0330f69d3756d3

See more details on using hashes here.

Provenance

File details

Details for the file python_anticaptcha-0.0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for python_anticaptcha-0.0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 565d2ce9dbd818c86a342fa315f9ef104a92db3e524a23dc0c658f08ae570600
MD5 61f37b46b1382cde9c6b92c1b35526fe
BLAKE2b-256 1f04799349e21f175e648c94bd4547f8c85fecd0d426249a8f6604e88030a21a

See more details on using hashes here.

Provenance

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