ad-m / python-anticaptcha

Client library for solve captchas with Anticaptcha.com support.
http://python-anticaptcha.readthedocs.io/en/latest/
MIT License
222 stars 51 forks source link

Small question #2

Closed encloinc closed 7 years ago

encloinc commented 7 years ago

The recaptcha proxyless methods are returning an "answer hash". My question is, what do I do with the answer hash for the captcha to be solved on the site? Do I make a request to Google's servers or something of the sort? (Thanks for the help in advance)

ad-m commented 7 years ago

There is no need to requests to Google servers.

See examples/recaptcha.py for full integration example.

ad-m commented 7 years ago

If you mean a specific case - I can help solve it. Free in the repository or paid privately.

encloinc commented 7 years ago

The example works great, the problem is that the website i'm solving the recaptcha in requires a login, how would I go about doing this?

encloinc commented 7 years ago

I was gonna use the extension made for anti-captcha, but the problem with that one is that the website i'm using has a "Protected by recaptcha" box on the bottom left corner, and the extension solves it constantly using up my credits, im trying to figure out way to emulate the extension but for it to only solve once per page reload.

ad-m commented 7 years ago

Login requires proper handling in a traditional way (this is independent of the presence or absence of captcha protection) and properly session handling. See "How to scrape a website that requires login with Python" and chapter "Web Scraping" in Al Sweigart,Automate the Boring Stuff with Python: Practical Programming for Total Beginners

I do not know what extension you are talking about. This repository does not apply to any browser extension.

encloinc commented 7 years ago

Im talking about the extension on anti captchas webpage

ad-m commented 7 years ago

This repository does not apply to any browser extension, even the extension on anti-captchas webpage. It's out of scope of this repository.

In my opinion this issue was exhausted, so I close it.

encloinc commented 7 years ago

ouch

On Mon, Sep 11, 2017 at 1:27 PM, Adam Dobrawy notifications@github.com wrote:

Closed #2 https://github.com/ad-m/python-anticaptcha/issues/2.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ad-m/python-anticaptcha/issues/2#event-1243840563, or mute the thread https://github.com/notifications/unsubscribe-auth/ANGlokGAALzgU12CECMU2aTvdtt2I6SWks5shXlFgaJpZM4PSBzG .