Coder Social home page Coder Social logo

cuervocartoon / python-captcha-bypass Goto Github PK

View Code? Open in Web Editor NEW

This project forked from threadexio/python-captcha-bypass

0.0 0.0 0.0 16.23 MB

A small python library to automatically solve reCAPTCHAs

License: MIT License

Shell 0.48% Python 95.57% Dockerfile 3.96%

python-captcha-bypass's Introduction

python-captcha-bypass

License Tests

A small and harmless utility written in Python used to solve CAPTCHAs with Selenium.

How to use

  1. Clone this repo
git clone https://github.com/threadexio/python-captcha-bypass
  1. Copy src/captcha_bypass.py to your project

  2. Import with from captcha_bypass import solve_captcha


Dependencies:

  • python3

  • chromium (or Google Chrome, others might work but are not tested)

    • Windows: https://www.chromium.org/getting-involved/download-chromium
    • Linux:
      • Debian-based: sudo apt-get install chromium
      • Arch-based: sudo pacman -S chromium
      • Fedora-based: sudo dnf install chromium
  • ffmpeg

    • Windows: https://www.ffmpeg.org/download.html
    • Linux:
      • Debian-based: sudo apt-get install ffmpeg
      • Arch-based: sudo pacman -S ffmpeg
      • Fedora-based: sudo dnf install ffmpeg

Docs

solve_captcha(browser, captcha)

browser: is the active webdriver instance (selenium.webdriver)

captcha: is a reference to the CAPTCHA's iframe

See src/test.py for a code example


Legal Disclaimer

This was made for educational purposes only, nobody directly involved in this project is responsible for any damages caused. You are responsible for your actions

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.