Skip to content

A simple python library that solves "I'm not a robot" captcha using selenium

Notifications You must be signed in to change notification settings

Anonymously-Me/I-am-a-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

I-am-a-robot

A simple python library that solves "I'm not a robot" captcha using selenium

It is a work in progress but it works.

I plan on including other types of captcha in the future too so stay tuned.

How does it work?

For a demo on how it works refer to try.py

  1. Import iamarobot.py
  2. Declare a Docaptcha object with the driver of the browser where the captcha is as the first argument and the xpath of lowest-level iframe of the captcha as the second argument
  3. Call the method solve on the object.
  4. Enjoy whatever you are using it for

About

A simple python library that solves "I'm not a robot" captcha using selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages