NoahCardoza / CaptchaHarvester

Solve captchas yourself without having to pay for services like 2captcha for use in automated projects.
https://pypi.org/project/captcha-harvester/
MIT License
662 stars 63 forks source link

Info about server #72

Closed Jorman closed 2 years ago

Jorman commented 3 years ago

Hi, I'm trying to configure CaptchaHarvester with FlareSolver from ngosang, but when I run harvester I get the error "harvester: error: the following arguments are required: type, -k/--site-key, -d/--domain"

I'm not expert, so the only I can do is to follow the instruction.

There's any way to run the server and interact with it from FlareSolver?

Thanks

Jo

superstreber3 commented 2 years ago

What is your end goal? I think i misunderstood the usage of this Project.

Jorman commented 2 years ago

Hi @superstreber3, the idea is to run this service and use it with FlareSolver: https://github.com/FlareSolverr/FlareSolverr that is a proxy that try to bypass Cloudflare site. Do you know how to make a docker to run CaptchaHarvester?

J