{"id":16778790,"url":"https://github.com/xtekky/zefoy-captcha-solver","last_synced_at":"2025-10-06T17:35:37.524Z","repository":{"id":48165911,"uuid":"502031692","full_name":"xtekky/zefoy-captcha-solver","owner":"xtekky","description":"Zefoy OCR captcha solver | 99% accurate","archived":false,"fork":false,"pushed_at":"2022-07-23T18:43:23.000Z","size":28,"stargazers_count":34,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-10T08:37:12.306Z","etag":null,"topics":["captcha","captcha-solver","ocr","ocr-python","ocr-recognition","python","python-3","zefoy"],"latest_commit_sha":null,"homepage":"https://t.me/onlpx","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtekky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-10T12:17:40.000Z","updated_at":"2025-08-05T02:10:03.000Z","dependencies_parsed_at":"2022-09-08T15:30:24.490Z","dependency_job_id":null,"html_url":"https://github.com/xtekky/zefoy-captcha-solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xtekky/zefoy-captcha-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtekky%2Fzefoy-captcha-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtekky%2Fzefoy-captcha-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtekky%2Fzefoy-captcha-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtekky%2Fzefoy-captcha-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtekky","download_url":"https://codeload.github.com/xtekky/zefoy-captcha-solver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtekky%2Fzefoy-captcha-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278649553,"owners_count":26022133,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["captcha","captcha-solver","ocr","ocr-python","ocr-recognition","python","python-3","zefoy"],"created_at":"2024-10-13T07:28:41.326Z","updated_at":"2025-10-06T17:35:37.508Z","avatar_url":"https://github.com/xtekky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n```py\njson_data =  {\n    \"requests\": [{\n        \"image\": {\n            \"content\": \"base64 encoded image\"\n        },\n        \"features\": [{\"type\": \"TEXT_DETECTION\"}]\n    }]\n}\n\nreq = requests.post(\n    url = 'https://content-vision.googleapis.com/v1/images:annotate',\n    headers = {\n        'x-origin': 'https://explorer.apis.google.com',\n    },\n    params = {\n        'alt': 'json',\n        'key': 'AIzaSyAa8yy0GdcGPHdtD083HiGGx_S0vMPScDM',\n    },\n    json = json_data\n)\n\nprint(req.json())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtekky%2Fzefoy-captcha-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtekky%2Fzefoy-captcha-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtekky%2Fzefoy-captcha-solver/lists"}