mikeyy / nonoCAPTCHA

An asynchronized Python library to automate solving ReCAPTCHA v2 using audio
GNU General Public License v3.0
898 stars 198 forks source link

Issues doing steps before solving captcha #62

Open exploitingahri opened 4 years ago

exploitingahri commented 4 years ago

How would I go about, for example, clicking on a button and entering text before the captcha solving begins? I've attempted many methods, but none work or end up creating a new process of Pyppeteer.

MacKey-255 commented 4 years ago

Do you want to perform an action before performing the captcha? Maybe in my repository I make a modification to add some events. SAlu2s PD: Review my repository: https://github.com/MacKey-255/GoodByeCatpcha

MacKey-255 commented 4 years ago

How would I go about, for example, clicking on a button and entering text before the captcha solving begins? I've attempted many methods, but none work or end up creating a new process of Pyppeteer.

Look at my repository, I add events before and after the captcha solver. More information at https://github.com/MacKey-255/GoodByeCatpcha

exploitingahri commented 4 years ago

Do you want to perform an action before performing the captcha? Maybe in my repository I make a modification to add some events. SAlu2s PD: Review my repository: https://github.com/MacKey-255/GoodByeCatpcha

Thank you! This is what I was looking for.

MacKey-255 commented 4 years ago

How would I go about, for example, clicking on a button and entering text before the captcha solving begins? I've attempted many methods, but none work or end up creating a new process of Pyppeteer.

Look at my repository, I add events before and after the captcha solver. More information at https://github.com/MacKey-255/GoodByeCatpcha

Your thing gets me stuck to building dependacies, on windows, tried on linux too.

Remember to be installed on Linux dependencies that are on file install_README.rst Send me the error to verify that this is the problem. SAlu2s