2captcha icon indicating copy to clipboard operation
2captcha copied to clipboard

A wrapper around the 2captcha api

Results 4 2captcha issues
Sort by recently updated
recently updated
newest added

geetest v4 seems to be missing on the library

the request the library sends to 2captcha always has invisible: 1 header even tho this is my code `await solver.hcaptcha("4c672d35-0701-42b2-88c3-78380b0db560", "https://discord.com/register", { invisible: 0 })`

It would be nice to send a callback to run it while waiting for the captcha to return. To notice the progress of the operation.

Hello, I faced this issues while I am using 2captcha module. ![Screenshot_5](https://github.com/Furry/2captcha/assets/75786284/95622144-bd14-4f4e-af3c-949011d8d5a0) ``` Some parameters are missing in this request. If you're using a pre-provided function, please open up an...