Skip to main content

A GUI automation Python module for solving Google reCAPTCHA v2

Project description

PyPI Build Status Coverage Status Documentation Status Updates License PRs Welcom

A GUI automation Python module for solving Google reCAPTCHA v2

./demo.gif

Installation

Recommended:

  • Ubuntu/Debian

  • Python 3.6

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.notarobot 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

decaptcha-1.0.2.tar.gz (541.7 kB view hashes)

Uploaded Source

Built Distribution

decaptcha-1.0.2-py3-none-any.whl (24.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page