{"id":15687965,"url":"https://github.com/kalkih/mtcaptcha-client","last_synced_at":"2025-05-07T20:09:41.621Z","repository":{"id":59850281,"uuid":"539648417","full_name":"kalkih/mtcaptcha-client","owner":"kalkih","description":"Reverse engineered mtcaptcha client to retrieve and verify captcha challenges in the browser or in nodejs","archived":false,"fork":false,"pushed_at":"2024-01-28T01:10:05.000Z","size":43,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T20:09:36.171Z","etag":null,"topics":["bypass","captcha","mtcaptcha"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kalkih.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":"2022-09-21T19:15:22.000Z","updated_at":"2025-02-08T17:23:52.000Z","dependencies_parsed_at":"2024-10-09T13:45:10.767Z","dependency_job_id":null,"html_url":"https://github.com/kalkih/mtcaptcha-client","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"35e779e6781812b169bd7a78ba3d348296b83a07"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalkih%2Fmtcaptcha-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalkih%2Fmtcaptcha-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalkih%2Fmtcaptcha-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalkih%2Fmtcaptcha-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalkih","download_url":"https://codeload.github.com/kalkih/mtcaptcha-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949272,"owners_count":21830151,"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":["bypass","captcha","mtcaptcha"],"created_at":"2024-10-03T17:52:30.742Z","updated_at":"2025-05-07T20:09:41.588Z","avatar_url":"https://github.com/kalkih.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mtcaptcha-client\n\n\u003e Reverse engineered mtcaptcha client to retrieve and verify captcha challenges directly in node or the browser\n\n## Usage\n\n### Install the package\n\nInstall the package with npm, yarn or your favorite package manager\n\n```sh\n$ npm install --save mtcaptcha-client\n```\n\n### Example usage\n\n```ts\nimport { MtCaptchaClient } from \"mtcaptcha-client\";\n\n...\n\n// setup the captcha client\nconst captchaClient = new MtCaptchaClient(\n  // The domain of the site where the mtcaptcha you want to solve is located\n  \"www.example.com\",\n  // The site key for the customer/site where the mtcaptcha is located\n  // Can be found in the network tab or in the source of the page (look for \"siteKey\").\n  \"MTPublic-abCDEFGH\"\n);\n\n// retrieve a captcha challenge\nconst challenge = await captchaClient.createChallenge();\n\n// verify/solve captcha challenge with provided solution\nconst result = await captchaClient.verifyChallenge(challenge, \"abc123\");\n\nif (result.isVerified) {\n  const { verifiedToken } = result;\n  // do something with the verifiedToken\n} else {\n  // captcha solution was rejected, retry???\n}\n```\n\n## License\n\nThis project is under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalkih%2Fmtcaptcha-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalkih%2Fmtcaptcha-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalkih%2Fmtcaptcha-client/lists"}