thicccat688 / selenium-recaptcha-solver

ReCAPTCHA solver for selenium (Using audio).
MIT License
106 stars 37 forks source link

API object added to __init__.py #4

Closed aykhans closed 1 year ago

thicccat688 commented 1 year ago

Hi Aykhan,

Thanks for catching this mistake!

I saw that you closed the PR, though, is something wrong?

I'll update the package on PyPi with the fix soon.

aykhans commented 1 year ago

Hi thicccat688,

I looked at alexreg's PR and saw that you changed the API to RecaptchaSolver. So I thought the problem was with the API naming in the README file, not the init file.

thicccat688 commented 1 year ago

@Aykhan-s

I changed it to RecaptchaSolver but kept the API alias for backward compatibility. I should have included it in the init file, but I didn't.

I've updated the documentation to reflect the new RecaptchaSolver class and incorporated your changes (I credited you for them in the latest release).

Thanks again for spotting this!

aykhans commented 1 year ago

@Aykhan-s

I changed it to RecaptchaSolver but kept the API alias for backward compatibility. I should have included it in the init file, but I didn't.

I've updated the documentation to reflect the new RecaptchaSolver class and incorporated your changes (I credited you for them in the latest release).

Thanks again for spotting this!

Thanks for the credit.

You're welcome.