apex1
Regular Member
- May 29, 2015
- 217
- 182
THREAD UPDATE
I decided it's best to switch over from Anti-Captcha to '2Captcha' service for now.
Today I learned A LOT about APIs and how to communicate with them.
How to install Python libraries:
2Captcha Python API Script: https://github.com/2captcha/2captcha-api-examples/blob/master/ReCaptcha v2 API Examples/Python Example/2captcha_python_api_example.py
^ Here's the script I'm playing around with at the moment.
I can't get it to work in Python yet, but I'll figure it out soon.
Postman API Tool: https://www.getpostman.com/
I've been using this API tool called Postman to play around with POST and GET.. and it seems I got it to work with 2Captcha!
How To Find Google Captcha ID:
Each site that uses Recaptcha2 will have a unique Google 'captcha ID'.. if it doesn't appear in the source code the website is hiding it. To find it use Chrome inspect tool.. this image explains the process:
When you click Network and Preserve Log then refresh the page, it will give you a list of a whole bunch of scripts, and code and junk. Look for "anchor?k=" that following string is the code you want.
I should hopefully have this up and running in Python tomorrow.
I decided it's best to switch over from Anti-Captcha to '2Captcha' service for now.
Today I learned A LOT about APIs and how to communicate with them.
How to install Python libraries:
2Captcha Python API Script: https://github.com/2captcha/2captcha-api-examples/blob/master/ReCaptcha v2 API Examples/Python Example/2captcha_python_api_example.py
^ Here's the script I'm playing around with at the moment.
I can't get it to work in Python yet, but I'll figure it out soon.
Postman API Tool: https://www.getpostman.com/
I've been using this API tool called Postman to play around with POST and GET.. and it seems I got it to work with 2Captcha!
How To Find Google Captcha ID:
Each site that uses Recaptcha2 will have a unique Google 'captcha ID'.. if it doesn't appear in the source code the website is hiding it. To find it use Chrome inspect tool.. this image explains the process:
When you click Network and Preserve Log then refresh the page, it will give you a list of a whole bunch of scripts, and code and junk. Look for "anchor?k=" that following string is the code you want.
I should hopefully have this up and running in Python tomorrow.
Last edited: