Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added captcha handle with unicaps #17

Closed
tjengbudi opened this issue Dec 10, 2022 · 8 comments
Closed

added captcha handle with unicaps #17

tjengbudi opened this issue Dec 10, 2022 · 8 comments

Comments

@tjengbudi
Copy link

tjengbudi commented Dec 10, 2022

hello is there any chance to added captcha handle with unicaps library?
it might nice to have alternative to escaped blocked by google

what you think about this?

@tjengbudi tjengbudi changed the title added more filter added captcha handle with unicaps Dec 10, 2022
@opsdisk
Copy link
Owner

opsdisk commented Dec 10, 2022

Hi @tjengbudi - Although using something like https://github.com/sergey-scat/unicaps to solve captchas is possible, it's not a capability I want to support at this time. I'd recommend:

@tjengbudi
Copy link
Author

tjengbudi commented Dec 10, 2022 via email

@opsdisk
Copy link
Owner

opsdisk commented Dec 10, 2022

Free proxies are abused and probably already blocked by Google, so I'd stay away from them. Sounds like you have some options to explore/investigate. I'll keep this issue open for a while if there are any questions around yagooglesearch.

@tjengbudi
Copy link
Author

tjengbudi commented Dec 10, 2022 via email

@opsdisk
Copy link
Owner

opsdisk commented Dec 10, 2022

In general, you'll have to do it yourself. You can deploy your own Virtual Private Servers and use ssh -D for SOCKS proxies or leverage something like this https://github.com/Ge0rg3/requests-ip-rotator

@tjengbudi
Copy link
Author

I try several way.
1: using tor as proxy. However Google always found it and block
2: using Unicaps. First time now working it cause the parameter. I found that your params always used num= it will always got blocked by google
After remove num parameter, captcha can resolved. But when create new instance it will be blocked again. So I use first create instance, and force change the query and update the url. 2query fetch after resolved captcha. Next trial might be saved the cookies

@opsdisk
Copy link
Owner

opsdisk commented Dec 14, 2022

  1. You'll almost always get blocked if you're using Tor.
  2. It's open source, feel free to change it so it works in your specific case.

@opsdisk
Copy link
Owner

opsdisk commented Dec 26, 2022

Closing this one out.

@opsdisk opsdisk closed this as completed Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants