xHossein / PyPasser

Bypassing reCaptcha V3 by sending HTTP requests & solving reCaptcha V2 using speech to text engine.
MIT License
482 stars 106 forks source link

ImportError: cannot import name 'reCaptchaBypasser' from 'pypasser' #4

Closed roboes closed 2 years ago

roboes commented 2 years ago

When I try to run the following code:

from pypasser import reCaptchaBypasser

I get this error: "ImportError: cannot import name 'reCaptchaBypasser' from 'pypasser'"

How to solve it? Thanks!

xHossein commented 2 years ago

This is wrong import. Where did you get this? from pypasser import reCaptchaBypasser

  Read doc to know what's need to be imported.

roboes commented 2 years ago

Hi @xHossei, thank you for your answer. I get this on any Python interpreter. Also tried running it from Command Prompt.

xHossein commented 2 years ago

I meant where did you see this code? : --> from pypasser import reCaptchaBypasser ?? This isnt in doc.

Install the latest version and read doc from this link.

roboes commented 2 years ago

I just noticed I was reading a non-updated version of the documentation. Thanks!