{"id":19372966,"url":"https://github.com/bytebuff/captche","last_synced_at":"2025-04-23T16:33:49.026Z","repository":{"id":225904581,"uuid":"326928061","full_name":"bytebuff/CaPtchE","owner":"bytebuff","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-05T08:47:43.000Z","size":32369,"stargazers_count":23,"open_issues_count":0,"forks_count":17,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-04T22:35:39.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bytebuff.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-01-05T08:00:47.000Z","updated_at":"2024-03-04T22:35:41.067Z","dependencies_parsed_at":"2024-03-04T22:45:56.185Z","dependency_job_id":null,"html_url":"https://github.com/bytebuff/CaPtchE","commit_stats":null,"previous_names":["bytebuff/captche"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebuff%2FCaPtchE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebuff%2FCaPtchE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebuff%2FCaPtchE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebuff%2FCaPtchE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytebuff","download_url":"https://codeload.github.com/bytebuff/CaPtchE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223929848,"owners_count":17226973,"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":[],"created_at":"2024-11-10T08:26:02.096Z","updated_at":"2024-11-10T08:26:02.648Z","avatar_url":"https://github.com/bytebuff.png","language":"Python","readme":"# CaPtchE简介\nCaPtchE是本地打码服务，识别英文数字类型的验证码，可以快速用于验证码识别场景！有易语言版本和Python版本！\n# CaPtchE易语言版本使用方式\n- 下载该项目\n- 双击exe执行文件\n- 点击启动服务\n- 调用执行打码服务，示例代码如下：\n```python\nimport requests\n\n\nclass HttpRequest:\n\n    def __init__(self):\n        self.url = 'http://127.0.0.1:5658/{}'\n        self.headers = {\n            \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\"\n        }\n        self.data = {\n\n        }\n\n    def http_request_get(self):\n        response = requests.get(self.url.format(\"Base64后的图片\"), headers=self.headers)\n        print(response.text)\n\n\nif __name__ == '__main__':\n    session = HttpRequest()\n    session.http_request_get()\n```\n# CaPtchE的Python版本使用方式\n- 下载该项目\n- GeckoCr直接运行bat终端就好了\n- 调用的话使用POST方式提交base64编码的图片\n- 示例代码：\n```python\nimport requests\n\n\nclass HttpRequest:\n\n    def __init__(self):\n        self.url = 'http://127.0.0.1:8001/gecko'\n\n        self.data = {\n            'img': \"Base64后的图片\"\n        }\n\n    def http_request_post(self):\n        response = requests.get(self.url, data=self.data)\n        print(response.text)\n\n\nif __name__ == '__main__':\n    session = HttpRequest()\n    session.http_request_post()\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebuff%2Fcaptche","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytebuff%2Fcaptche","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebuff%2Fcaptche/lists"}