GithubHelp home page GithubHelp logo

singafx / decaptcha Goto Github PK

View Code? Open in Web Editor NEW

This project forked from balanceofprobability/decaptcha

0.0 1.0 0.0 597 KB

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

License: MIT License

Python 100.00%

decaptcha's Introduction

deCAPTCHA

PyPI Build Status Coverage Status Documentation Status Updates License PRs Welcom

A GUI automation Python module for solving Google reCAPTCHA v2

./demo.gif

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.