Skip to content

SingaFx/decaptcha

 
 

Repository files navigation

deCAPTCHA

PyPI

Build Status

Coverage Status

Documentation Status

Updates

License

PRs Welcom

A GUI automation Python module for solving Google reCAPTCHA v2

image

Installation

Prerequisites:

Installing via pip:

Check the decaptcha package page for more information.

$ (env)> pip install decaptcha
Or if you have git installed:
$ (env)> pip install -U git+https://github.com/balanceofprobability/decaptcha.git
Installing from source:
$> git clone https://github.com/balanceofprobability/decaptcha.git
$ (env)> cd decaptcha && pip install -U .

Usage

Quickstart

For a live demo, open a web browser and visit https://www.google.com/recaptcha/api2/demo, then run the following code block via a Python script or Python REPL.

from decaptcha import NotARobot

janet = NotARobot()
janet.set_model("yolo.h5")
janet.run()

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A GUI automation Python module for solving Google reCAPTCHA v2 ("I'm not a robot")

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%