funcaptcha-solver icon indicating copy to clipboard operation
funcaptcha-solver copied to clipboard

A funcaptcha audio-based solver

Results 4 funcaptcha-solver issues
Sort by recently updated
recently updated
newest added

I'm not familair with python at all, but hope you can help me :) - Windows 10 - Python 3.9.7 - Using HTTPS [SSL] Proxies from https://proxyscrape.com/free-proxy-list I'm getting the...

How would I use this with python selenium? After I changed the public key, the get_token function is still broken. If I try to manually insert "fc-token" value, it does...

let's discuss things about funcaptcha in this telegram group @funcaptchaStudy pls keep this issue open :-)

``` self._target(*self._args, **self._kwargs) File "C:\Users\as11\Downloads\nohcaptcha-main\asdf.py", line 26, in get_token Exception in thread Thread-26 (worker): Traceback (most recent call last): return r.json()['token'] KeyError: 'token' ``` get_token is {'error': 'access denied', 'type':...