Skip to main content

Async API wrapper for capsolver.com

Project description

Capsolver.com API for Python

CapSolverPython is an elegant API implementation of Capsolver.com for python

Features:

  • Async/Sync support

  • All endpoints/inputs (soon)

  • Error handling

Installation

pip install aiofiles

(https://pypi.org/project/aiocapsolver/)

Usage

from aiocapsolver.capsolver import AsyncCapSolver



solver = AsyncCapSolver(MyCapSolverApiKey)





async def myasyncfunction():

    result = await solver.solve_image_to_text(images / myimage.png)

WIP

Currently only supports:

  • async

  • Image captcha solving

Watch this space for future additions

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

aiocapsolver-0.0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

aiocapsolver-0.0.2-py3-none-any.whl (4.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