Python Forum

Full Version: Question about a Python(?) captcha
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

Im playing a text-based game online where you level. When you are leveling up it's sometimes pops up captchas to avoid scripting.
I can script until the captcha pops up.
The question is if its possible to go through the captcha on the picture?

You can se the picture below.

The picture says five and then I have 4 alternatives to get the right answer.
I can answer buy using my mouse or hotkeys.
My hotkeys atm is A S D F

[Image: nujUOv8.png]
one thing to do to prevent kicking off AI at website is to send random delay between 200 and 400 ms between exchanges, to make computer look more human.
Here are a couple of blogs (tutorials?) on getting around captcha (I remain neutral on recommending these):
https://www.tutorialspoint.com/python_we...aptcha.htm
https://www.scrapehero.com/how-to-solve-...tesseract/
http://sangaline.com/post/advanced-web-s...-tutorial/
general google query: 'scraping beyond captcha python 3', 'scraping beyond captcha python 3', etc.
Anyone more?
Captchas exist to stop what you're doing. Solving captchas is a hard problem, and there's a lot of money to be made by doing it, since you can circumvent measures to prevent scripting. The short answer is, we don't have a solution, and once there is a solution to captchas someone will probably come up with something else that we don't have a solution for.