{"id":14989024,"url":"https://github.com/maximedrn/hcaptcha-solver-python-selenium","last_synced_at":"2025-03-28T06:30:53.103Z","repository":{"id":37998515,"uuid":"423794210","full_name":"maximedrn/hcaptcha-solver-python-selenium","owner":"maximedrn","description":"hCAPTCHA solver and bypasser for Python Selenium using a Tampermonkey userscript. Simple website to try to solve hCAPTCHA.","archived":true,"fork":false,"pushed_at":"2024-08-23T09:27:29.000Z","size":3003,"stargazers_count":85,"open_issues_count":1,"forks_count":32,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T09:22:36.524Z","etag":null,"topics":["captcha","captcha-solver","hcaptcha","python","selenium","tampermonkey","user","webdriver"],"latest_commit_sha":null,"homepage":"https://maximedrn.github.io/hcaptcha-solver-python-selenium/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maximedrn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-02T10:12:54.000Z","updated_at":"2025-02-27T04:57:36.000Z","dependencies_parsed_at":"2024-09-15T15:20:38.665Z","dependency_job_id":null,"html_url":"https://github.com/maximedrn/hcaptcha-solver-python-selenium","commit_stats":{"total_commits":49,"total_committers":3,"mean_commits":"16.333333333333332","dds":"0.061224489795918324","last_synced_commit":"1cd8d71b287fba43f046df119f9bda54805049fa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximedrn%2Fhcaptcha-solver-python-selenium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximedrn%2Fhcaptcha-solver-python-selenium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximedrn%2Fhcaptcha-solver-python-selenium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximedrn%2Fhcaptcha-solver-python-selenium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximedrn","download_url":"https://codeload.github.com/maximedrn/hcaptcha-solver-python-selenium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984292,"owners_count":20704787,"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","captcha-solver","hcaptcha","python","selenium","tampermonkey","user","webdriver"],"created_at":"2024-09-24T14:17:35.426Z","updated_at":"2025-03-28T06:30:51.620Z","avatar_url":"https://github.com/maximedrn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hCAPTCHA solver for Python Selenium (any operating system, ChromeDriver and GeckoDriver).\n\n_A Selenium Python tool to automatically solve the hCAPTCHAs using a Tampermonkey userscript._  \n➜ **Version 1.2.1** (July 19, 2022).\n\nThis script is solely intended for the use of **educational purposes only** and **not to abuse any website**.  \nThe solving speed depends on your PC's compute power and Internet connection.\n\n# Table of contents\n\n* [Instructions](#instructions), how to install Python and this repository.\n  * [Installation of Python](#installation-of-python), step by step learn how to install Python.\n  * [Installation and configuration of this tool](#installation-and-configuration-of-this-tool), step by step learn how to download and use this tool.\n* [Website preview](#simple-website-to-try-to-solve-an-hcaptcha) to try this solver.\n\n\n# Instructions\n\n* [Download](https://github.com/maximedrn/hcaptcha-solver-python-selenium/archive/refs/heads/master.zip) this repository or clone it by typing this command:\n  \n  ```\n  git clone https://github.com/maximedrn/hcaptcha-solver-python-selenium.git\n  ```\n* Download and install [Google Chrome](https://www.google.com/intl/en_en/chrome/) or [Mozilla Firefox](https://www.mozilla.org/firefox/new/).\n\n## Installation of Python\n\n* Download and install [Python](https://www.python.org/) _(version 3.9.11 recommended)_ according to your operating system.\n  * Make sure you add Python in your path by checking the checkbox when you run the installation.\n* Check that your version of Python is correct by typing one of these commands in a command prompt:\n\n  * ```\n    python --version\n    ```\n  * ```\n    python3 --version\n    ```\n  * ```\n    py --version\n    ```\n* If pip is not installed by default with Python, install [pip](https://pip.pypa.io/en/stable/installation/) to be able to have needed Python modules.\n* Verify that pip is correctly installed by typing one of thess commands in a command prompt:\n\n  * ```\n    pip --version\n    ```\n  * ```\n    pip3 --version\n    ```  \n\n## Installation and configuration of this tool\n\n* [Download this repository](https://github.com/maximedrn/hcaptcha-solver-python-selenium/archive/refs/heads/master.zip) or clone it by typing this command in your command prompt (it requires [Git](https://git-scm.com/downloads)):\n    \n    ```\n    git clone https://github.com/maximedrn/hcaptcha-solver-python-selenium.git\n    ```\n* Extract the repository folder from the ZIP file, you should have a folder named  `hcaptcha-solver-python-selenium-master/`.\n* Open a command prompt in the repository folder and type one of these commands (may require ``sudo`` on MacOS and Linux and administrator privileges for Windows):\n    \n  * ```\n    pip install -r requirements.txt\n    ```\n  * ```\n    pip3 install -r requirements.txt\n    ```\n  * ```\n    python -m pip install -r requirements.txt\n    ```\n  * ```\n    python3 -m pip install -r requirements.txt\n    ```\n  * ```\n    py -m pip install -r requirements.txt\n    ```\n* Download and install [Google Chrome](https://www.google.com/intl/en_en/chrome/) and/or [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/).\n\n\n# Simple website to try to solve an hCAPTCHA\n\n* Open a new tab and go to the website [hCAPTCHA test](https://maximedrn.github.io/hcaptcha-solver-python-selenium/).\n* Website preview:\n\n  ![Website preview](https://github.com/maximedrn/hcaptcha-test/blob/master/images/preview.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximedrn%2Fhcaptcha-solver-python-selenium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximedrn%2Fhcaptcha-solver-python-selenium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximedrn%2Fhcaptcha-solver-python-selenium/lists"}