{"id":24074348,"url":"https://github.com/threadexio/python-captcha-bypass","last_synced_at":"2025-04-28T17:40:58.693Z","repository":{"id":65306363,"uuid":"345113289","full_name":"threadexio/python-captcha-bypass","owner":"threadexio","description":"A small python library to automatically solve reCAPTCHAs","archived":false,"fork":false,"pushed_at":"2024-06-13T18:50:38.000Z","size":16621,"stargazers_count":33,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T11:41:34.693Z","etag":null,"topics":["captcha-recaptcha","captcha-solver","recaptcha-solver-python","recaptcha-v2-captcha-solver","selenium-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threadexio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-06T14:27:47.000Z","updated_at":"2025-02-16T01:34:35.000Z","dependencies_parsed_at":"2023-01-16T15:15:35.006Z","dependency_job_id":null,"html_url":"https://github.com/threadexio/python-captcha-bypass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadexio%2Fpython-captcha-bypass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadexio%2Fpython-captcha-bypass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadexio%2Fpython-captcha-bypass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadexio%2Fpython-captcha-bypass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threadexio","download_url":"https://codeload.github.com/threadexio/python-captcha-bypass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251357429,"owners_count":21576703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["captcha-recaptcha","captcha-solver","recaptcha-solver-python","recaptcha-v2-captcha-solver","selenium-python"],"created_at":"2025-01-09T18:11:00.276Z","updated_at":"2025-04-28T17:40:58.655Z","avatar_url":"https://github.com/threadexio.png","language":"Python","readme":"# python-captcha-bypass\n\n[![License](https://img.shields.io/github/license/threadexio/python-captcha-bypass?style=for-the-badge)](https://github.com/threadexio/python-captcha-bypass/blob/master/LICENSE)\n[![Tests](https://img.shields.io/travis/com/threadexio/python-captcha-bypass?label=Tests\u0026logo=python\u0026logoColor=yellow\u0026style=for-the-badge)](https://app.travis-ci.com/github/threadexio/python-captcha-bypass)\n\nA small and harmless utility written in Python used to solve CAPTCHAs with Selenium.\n\n# How to use\n\n1. Clone this repo\n```bash\ngit clone https://github.com/threadexio/python-captcha-bypass\n```\n\n2. Copy `src/captcha_bypass.py` to your project\n\n3. Import with `from captcha_bypass import solve_captcha`\n\n-------\n\n# Dependencies:\n- python3\n\n- chromium (or Google Chrome, others might work but are not tested)\n  * Windows:  `https://www.chromium.org/getting-involved/download-chromium`\n  * Linux:\n    - Debian-based: `sudo apt-get install chromium`\n    - Arch-based:   `sudo pacman -S chromium`\n    - Fedora-based: `sudo dnf install chromium`\n\n- ffmpeg\n  * Windows:  `https://www.ffmpeg.org/download.html`\n  * Linux:\n    - Debian-based: `sudo apt-get install ffmpeg`\n    - Arch-based:   `sudo pacman -S ffmpeg`\n    - Fedora-based: `sudo dnf install ffmpeg`\n\n-------\n\n# Docs\n\n```python\nsolve_captcha(browser, captcha)\n```\n`browser`: is the active webdriver instance (`selenium.webdriver`)\n\n`captcha`: is a reference to the CAPTCHA's iframe\n\n### See `src/test.py` for a code example\n\n-------\n\n### Legal Disclaimer\nThis was made for educational purposes only, nobody directly involved in this project is responsible for any damages caused. You are responsible for your actions\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadexio%2Fpython-captcha-bypass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreadexio%2Fpython-captcha-bypass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadexio%2Fpython-captcha-bypass/lists"}