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.6.tar.gz
(4.9 kB
view details)
File details
Details for the file aiocapsolver-0.0.6.tar.gz
.
File metadata
- Download URL: aiocapsolver-0.0.6.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f3db1482c3351e72b1694c3f529dbe5836deeef49912082a31ef56bac071cca |
|
MD5 | eeb46361a12a57bf6a28b32cf7bc6c41 |
|
BLAKE2b-256 | 4c1a5d3df4adca68b64497839d0daece9a9ba0043d4c92f55055591412d4c05a |