{"id":18572615,"url":"https://github.com/h4xc0d3/aicaptcha","last_synced_at":"2025-06-20T13:36:10.521Z","repository":{"id":148518871,"uuid":"620540577","full_name":"H4xC0d3/AiCaptcha","owner":"H4xC0d3","description":"Python Library Built on AICaptcha API to Bypass Certain Types of Captchas, with Free Trial 🔥","archived":false,"fork":false,"pushed_at":"2023-06-20T20:26:05.000Z","size":63,"stargazers_count":26,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T08:55:06.328Z","etag":null,"topics":["audio-captcha","bypass","bypasscaptcha","captcha","captcha-solver","hcaptcha","hcaptcha-bypass","hcaptcha-solver","recaptcha-v3","recaptcha-v3-solver"],"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/H4xC0d3.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":"2023-03-28T22:15:48.000Z","updated_at":"2024-12-25T17:16:37.000Z","dependencies_parsed_at":"2024-11-11T16:34:29.061Z","dependency_job_id":null,"html_url":"https://github.com/H4xC0d3/AiCaptcha","commit_stats":null,"previous_names":["mr-abood/aicaptcha"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/H4xC0d3/AiCaptcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H4xC0d3%2FAiCaptcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H4xC0d3%2FAiCaptcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H4xC0d3%2FAiCaptcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H4xC0d3%2FAiCaptcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H4xC0d3","download_url":"https://codeload.github.com/H4xC0d3/AiCaptcha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H4xC0d3%2FAiCaptcha/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260953837,"owners_count":23088114,"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":["audio-captcha","bypass","bypasscaptcha","captcha","captcha-solver","hcaptcha","hcaptcha-bypass","hcaptcha-solver","recaptcha-v3","recaptcha-v3-solver"],"created_at":"2024-11-06T23:06:37.747Z","updated_at":"2025-06-20T13:36:05.504Z","avatar_url":"https://github.com/H4xC0d3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AiCaptcha (Beta)\nPython library utilizes AiCaptcha's API to solve captcha challenges with the power of AI. With our advanced technology, you can effortlessly handle various types of captcha challenges without any hassle.\n\n## Installation\nTo install the library, simply run the following command:\n``` \npip install aicaptcha\n```\n\n## Services\n- [x] `hCaptcha`\n- [x] `ReCaptchaV3`\n- [x] `Audio Captcha`\n- [x] `Object Recognition Captcha`\n\n## Usage\nTo use the library, import the AiCaptcha class from the aicaptcha module, create an instance of the class with your API key, and call the appropriate method to solve the captcha.\n\n## Free API Key\n``` txt\na433a493-bc2c-41a7-baab-fb898442d2ed\n```\n\n## Examples\n### hCaptcha\nHCaptcha is a type of captcha that asks users to select certain images that match a given description. To solve an HCaptcha using the AiCaptcha library, you can use the `Hcaptcha` method and pass in the `site_key` and `page_url` parameters, as well as your user agent string. Here's an example:\n``` python\nfrom aicaptcha import AiCaptcha\n\napi_key = \"your_api_key_here\"\nsolver = AiCaptcha(api_key)\n\nhcaptcha_result = solver.Hcaptcha(site_key=\"hcaptcha_site_key_here\", page_url=\"hcaptcha_page_url_here\", user_agent=\"your_user_agent_here\")\nprint(hcaptcha_result.token)\nprint(hcaptcha_result.key)\n```\n\n### ReCaptcha V3\nReCaptchaV3 is a type of captcha that uses a risk analysis engine to determine whether a user is a bot or a human. To solve a ReCaptchaV3 using the AiCaptcha library, you can use the `ReCaptchaV3` method and pass in the `type`, `site_key`, `page_url`, and `action` parameters. Here's an example: \n``` python\nfrom aicaptcha import AiCaptcha\n\napi_key = \"your_api_key_here\"\nsolver = AiCaptcha(api_key)\n\nrecaptchav3_result = solver.ReCaptchaV3(type=\"recaptchav3_type(enterprise/normal)\", site_key=\"recaptchav3_site_key_here\", page_url=\"recaptchav3_page_url_here\", action=\"recaptchav3_action_here\")\nprint(recaptchav3_result.token)\n```\n\n### Audio Captcha\nAudio Captcha is a type of captcha that plays an audio clip containing a sequence of numbers or letters, which the user is required to transcribe. To solve an Audio Captcha using the AiCaptcha library, you can use the `Audio` method and pass in the `audio` parameter, which can be either the filename or content or URL of the audio file. If you set the `numbers_sensitivity` parameter to `True`, the recognition will be performed on both numbers and letters, but with a higher sensitivity to numbers, which can increase the accuracy of the recognition for number sequences. Here's an example:\n``` python\nfrom aicaptcha import AiCaptcha\n\napi_key = \"your_api_key_here\"\nsolver = AiCaptcha(api_key)\n\naudio_captcha_result = solver.Audio(audio=\"audio_filename_or_content_or_url\", numbers_sensitivity=False)\nprint(audio_captcha_result.text)\nprint(audio_captcha_result.confidence)\n```\n\n### Object Recognition Captcha\nObject Recognition Captcha is a type of captcha that shows an image containing multiple objects, and the user is required to select all objects of a certain type. To solve an Object Recognition Captcha using the AiCaptcha library, you can use the `ObjectRecognition` method and pass in the `image` parameter, which can be either the filename or content or URL of the image. You can also set the `max_results` parameter to specify the maximum number of objects to return. Here's an example:\n``` python\nfrom aicaptcha import AiCaptcha\n\napi_key = \"your_api_key_here\"\nsolver = AiCaptcha(api_key)\n\nobject_recognition_captcha_result = solver.ObjectRecognition(image=\"image_filename_or_content_or_url\", max_results=5)\nprint(object_recognition_captcha_result.results)\n```\n\n## \n[![Telegram](https://img.shields.io/badge/Telegram-AiCaptcha-red?style=for-the-badge\u0026logo=Telegram)](https://t.me/aicaptcha)\n\n🌟 Star the Repository! 🌟\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh4xc0d3%2Faicaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh4xc0d3%2Faicaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh4xc0d3%2Faicaptcha/lists"}