{"id":40564441,"url":"https://github.com/mahdi-marjani/capx","last_synced_at":"2026-04-02T02:54:14.648Z","repository":{"id":187989200,"uuid":"677933463","full_name":"mahdi-marjani/capx","owner":"mahdi-marjani","description":"solve recaptcha using Selenium + YOLO","archived":false,"fork":false,"pushed_at":"2025-12-30T14:49:39.000Z","size":5778,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T10:49:32.075Z","etag":null,"topics":["agent","agents","ai-agents","automation-selenium","bot","captcha-slover","python3","pytorch","recaptcha-slover","selenium","ultralytics","yolo"],"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/mahdi-marjani.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-13T06:01:10.000Z","updated_at":"2025-12-29T19:50:07.000Z","dependencies_parsed_at":"2026-01-01T19:06:55.374Z","dependency_job_id":null,"html_url":"https://github.com/mahdi-marjani/capx","commit_stats":null,"previous_names":["hooshmang/recaptcha-bypass","mahdi-marjani/recaptcha-bypass"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mahdi-marjani/capx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdi-marjani%2Fcapx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdi-marjani%2Fcapx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdi-marjani%2Fcapx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdi-marjani%2Fcapx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahdi-marjani","download_url":"https://codeload.github.com/mahdi-marjani/capx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdi-marjani%2Fcapx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["agent","agents","ai-agents","automation-selenium","bot","captcha-slover","python3","pytorch","recaptcha-slover","selenium","ultralytics","yolo"],"created_at":"2026-01-21T01:06:41.503Z","updated_at":"2026-01-21T01:06:42.062Z","avatar_url":"https://github.com/mahdi-marjani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reCAPTCHA v2 Image Solver\n\nreCAPTCHA v2 Image Solver using YOLO and Selenium.\n\nhttps://github.com/user-attachments/assets/22308be7-3a90-4757-8799-b47008b32bf0\n\n## How it works\n- Spots objects (cars, buses, crosswalks, etc.) in the images\n- Clicks the right tiles for you\n- Works with 3x3, 4x4, static, and dynamic challenges\n\n### 1. virtual environment (optional but recommended)\n```bash\npython -m venv venv\n# Linux/macOS\nsource venv/bin/activate\n# Windows\nvenv\\Scripts\\activate\n```\n\n### 2. Install\n```bash\npip install capx\n```\n\n### 3. Quick example\n```python\nfrom selenium import webdriver\nfrom selenium.webdriver.firefox.service import Service\nfrom webdriver_manager.firefox import GeckoDriverManager\nfrom capx.solver import RecaptchaSolver\n\ndriver = webdriver.Firefox(service=Service(GeckoDriverManager().install()))\ndriver.get(\"https://www.google.com/recaptcha/api2/demo\")\n\nsolver = RecaptchaSolver(driver)\nsolver.solve()  # Done!\n\nprint(\"reCAPTCHA solved!\")\ninput(\"Press Enter to quit...\")\ndriver.quit()\n```\n\nHave fun! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdi-marjani%2Fcapx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahdi-marjani%2Fcapx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdi-marjani%2Fcapx/lists"}