{"id":28479252,"url":"https://github.com/scolib/yescaptcha","last_synced_at":"2025-10-11T06:38:40.221Z","repository":{"id":57403615,"uuid":"467821223","full_name":"ScoLib/yescaptcha","owner":"ScoLib","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-12T07:42:01.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-18T17:06:56.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ScoLib.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}},"created_at":"2022-03-09T07:27:55.000Z","updated_at":"2025-05-09T03:19:17.000Z","dependencies_parsed_at":"2023-02-09T10:35:12.109Z","dependency_job_id":null,"html_url":"https://github.com/ScoLib/yescaptcha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ScoLib/yescaptcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fyescaptcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fyescaptcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fyescaptcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fyescaptcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScoLib","download_url":"https://codeload.github.com/ScoLib/yescaptcha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fyescaptcha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006449,"owners_count":26084107,"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-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-06-07T18:08:39.582Z","updated_at":"2025-10-11T06:38:40.206Z","avatar_url":"https://github.com/ScoLib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yescaptcha\n\nhttp://www.yescaptcha.com/\n\n## Install\n\n```sh\nnpm install yescaptcha\n```\n\n## Usage\n\n\nRecaptcha,\n```js\nconst Captcha = require(\"yescaptcha\")\n\n// A new 'solver' instance with our API key\nconst solver = new Captcha.Solver(\"\u003cYour yescaptcha api key\u003e\", {\n  pollingFrequency: 5000,\n  verbose: false,\n  baseUrl: 'https://api.yescaptcha.com', // https://china.yescaptcha.com\n})\n\n/* Example ReCaptcha Website */\nsolver.recaptcha('websiteKey', 'websiteURL', {\n  type: 'NoCaptchaTaskProxyless', // more arg see https://yescaptcha.atlassian.net/wiki/spaces/YESCAPTCHA/overview?homepageId=33020\n}).then((res) =\u003e {\n    console.log(res)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscolib%2Fyescaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscolib%2Fyescaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscolib%2Fyescaptcha/lists"}