Skip to content

AkashiCoin/captcha-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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