Multi captcha solver API, thanks for turnaround. Made using Python & fastapi
Python code example here
First, install the requirements:
pip install -r requirements.txt
If it's your first time running playwright or you're using a virtual environment, you'll need to install the playwright browser:
python -m playwright install
Then, run the server:
python main.py
The server will be running on port 8001 by default, you can change it in config.py.
Also you can visit http://127.0.0.1:8001/docs
see the doc
For openai har file, you can run:
python script.py har
Then, har files will output to harPool
dir
Contributions are welcome, feel free to open a pull request or an issue
turnaround for the original solver