AkashiCoin / captcha-api

Multi captcha solver API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

captcha-api

Multi captcha solver API, thanks for turnaround. Made using Python & fastapi

Example

Python code example here

Installing

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

Contributing

Contributions are welcome, feel free to open a pull request or an issue

Credits

turnaround for the original solver

About

Multi captcha solver API


Languages

Language:Python 66.1%Language:JavaScript 27.6%Language:HTML 6.2%