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 demonstration form with image captcha.
  • Start from scratch by analyzing the form with your browser. Continue with building a code which extracts form data and solves captcha with Anti Captcha service.
  • End with a code which submits the form data and checks for positive result.

Github

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