{"id":24256075,"url":"https://github.com/millenniumearl/recaptcha-harvester","last_synced_at":"2026-03-02T18:10:41.292Z","repository":{"id":37009847,"uuid":"400543685","full_name":"MillenniumEarl/recaptcha-harvester","owner":"MillenniumEarl","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-13T20:47:45.000Z","size":1187,"stargazers_count":7,"open_issues_count":59,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T21:34:28.461Z","etag":null,"topics":["captcha-harvester","electron","recaptcha","recaptcha-v2"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/MillenniumEarl.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":"security/cert.key","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-27T14:52:57.000Z","updated_at":"2024-10-18T01:53:01.000Z","dependencies_parsed_at":"2024-01-01T19:28:58.371Z","dependency_job_id":"88efd3ff-b295-49db-a8de-444849adff5a","html_url":"https://github.com/MillenniumEarl/recaptcha-harvester","commit_stats":{"total_commits":311,"total_committers":5,"mean_commits":62.2,"dds":0.6720257234726688,"last_synced_commit":"912acb1dab3ebdf8ceb6f439a425296c4a793637"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillenniumEarl%2Frecaptcha-harvester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillenniumEarl%2Frecaptcha-harvester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillenniumEarl%2Frecaptcha-harvester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillenniumEarl%2Frecaptcha-harvester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MillenniumEarl","download_url":"https://codeload.github.com/MillenniumEarl/recaptcha-harvester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233993696,"owners_count":18762814,"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":["captcha-harvester","electron","recaptcha","recaptcha-v2"],"created_at":"2025-01-15T04:46:50.935Z","updated_at":"2025-09-23T19:30:25.702Z","avatar_url":"https://github.com/MillenniumEarl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recaptcha-harvester\n\n`recaptcha-harvester` is a simple interface for harvesting Captcha tokens locally.\nThis project is based on `ez-harvest` created by Kelvin Fichter.\n\n![screenshot](https://i.imgur.com/RDmvgt8.png)\n\n## Overview\n\n`recaptcha-harvester` is designed to make Captcha harvesting as easy as possible for bot and/or user in Electron applications or APIs.\n\n**Currently, it only supports ReCaptcha V2**\n\n## Getting Started\n\n### Requirements\n\n`recaptcha-harvester` requires [Node.js](https://nodejs.org/en/).\n\n### Installation\n\nIf you're a programmer who's including `recaptcha-harvester` as part of their application, then you can easily install it via `npm`:\n\n```\n$ npm install --save recaptcha-harvester\n```\n\n### Usage\n\nThe ability to request Captcha tokens from a user is the most powerful feature of `recaptcha-harvester`. If you're using `recaptcha-harvester` to do this, you probably want to start it from your Node application. A working example is included in [src/example.ts](https://github.com/MillenniumEarl/recaptcha-harvester/blob/master/src/example.ts)\n\n```js\n// Import recaptcha-harvester\nconst RecaptchaHarvester = require('recaptcha-harvester');\n\n// Create a new instance of ezHarvest\nconst harvester = new RecaptchaHarvester();\n\n// Start the server up\nawait harvester.start();\n\n// Fetch the token\nconst data = await harvester.getCaptchaToken(\"https://my-website-here\", \"UNIQUE-SITE-KEY\");\nconsole.log(`Token retrieved: ${data.token}`);\n\n// Stop the harvester\nharvester.stop();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillenniumearl%2Frecaptcha-harvester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmillenniumearl%2Frecaptcha-harvester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillenniumearl%2Frecaptcha-harvester/lists"}