ntancnit / python-captcha-bypass

A small python library to automatically solve reCAPTCHAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A small python library to automatically solve reCAPTCHAs

License:MIT License


Languages

Language:Python 95.6%Language:Dockerfile 4.0%Language:Shell 0.5%