Menu

Learn how to submit a form with an image captcha using Python


What you're going to learn

  • In this tutorial for beginners you'll learn basic principles of submitting forms with image captchas.
  • You're going to submit this a demonstration form with an image captcha.
  • Start from scratch by analyzing the form with your browser. Continue by building a code that extracts form data and solves captchas with the Anti Captcha service.
  • End with a code that submits the form data and checks for a positive result.

Github

https://github.com/anti-captcha/solving-captcha-concepts/blob/master/tutorial5.py