All Projects → danielgatis → Puppeteer Recaptcha Solver

danielgatis / Puppeteer Recaptcha Solver

Licence: mit
Recaptcha solver for puppeteer

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Puppeteer Recaptcha Solver

Puppeteer Sharp
Headless Chrome .NET API
Stars: ✭ 2,122 (+988.21%)
Mutual labels:  puppeteer
Twitch Watcher
Automatic watching the twitch to get Valorant drop
Stars: ✭ 162 (-16.92%)
Mutual labels:  puppeteer
Linkedin Profile Scraper
🕵️‍♂️ LinkedIn profile scraper returning structured profile data in JSON. Works in 2020.
Stars: ✭ 171 (-12.31%)
Mutual labels:  puppeteer
Rize
High-level, fluent and chainable API provided library for puppeteer.
Stars: ✭ 147 (-24.62%)
Mutual labels:  puppeteer
Puppeteer Cluster
Puppeteer Pool, run a cluster of instances in parallel
Stars: ✭ 2,175 (+1015.38%)
Mutual labels:  puppeteer
Reactopt
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
Stars: ✭ 1,975 (+912.82%)
Mutual labels:  puppeteer
Vanilla Clipper
📃 Webページをそのままの状態でアーカイブするツール
Stars: ✭ 142 (-27.18%)
Mutual labels:  puppeteer
Phantomas
Headless Chromium-based web performance metrics collector and monitoring tool
Stars: ✭ 2,191 (+1023.59%)
Mutual labels:  puppeteer
Secret Agent
The web browser that's built for scraping.
Stars: ✭ 151 (-22.56%)
Mutual labels:  puppeteer
Examples
Use case-driven examples for using Puppeteer and headless chrome
Stars: ✭ 2,125 (+989.74%)
Mutual labels:  puppeteer
Google Meet Scheduler
😴 Attends classes for you.
Stars: ✭ 150 (-23.08%)
Mutual labels:  puppeteer
Socialmanagertools Docs
📚 Documentation of Social Manager Tools
Stars: ✭ 151 (-22.56%)
Mutual labels:  puppeteer
Puppeteer Recorder
Record animations using puppeteer. Based on electron-recorder.
Stars: ✭ 169 (-13.33%)
Mutual labels:  puppeteer
Rendora
dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
Stars: ✭ 1,853 (+850.26%)
Mutual labels:  puppeteer
Chrome Aws Lambda
Chromium Binary for AWS Lambda and Google Cloud Functions
Stars: ✭ 2,502 (+1183.08%)
Mutual labels:  puppeteer
Area Puppeteer
基于 puppeteer 的中国行政区域抓取爬虫
Stars: ✭ 144 (-26.15%)
Mutual labels:  puppeteer
Visible
🦉 Accessibility testing framework at the next level
Stars: ✭ 164 (-15.9%)
Mutual labels:  puppeteer
Jvppeteer
Headless Chrome For Java (Java 爬虫)
Stars: ✭ 193 (-1.03%)
Mutual labels:  puppeteer
Headless Recorder
Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
Stars: ✭ 13,786 (+6969.74%)
Mutual labels:  puppeteer
Whatsapp Bot
BOT - WhatsApp Web in TypeScript
Stars: ✭ 170 (-12.82%)
Mutual labels:  puppeteer

Puppeteer Recatpcha Solver

demo

How to use

First of all, install and run the tor project on your machine. Mac OS example:

  $ brew install tor
  $ mkdir -p /usr/local/etc/tor && echo 'SocksPort 9060\nSocksPort 9061\nSocksPort 9062\nSocksPort 9063\nSocksPort 9064\nSocksPort 9065' > /usr/local/etc/tor/torrc
  $ tor CookieAuthentication 1 ControlPort 9051 HashedControlPassword 16:DB4D0D522B4946F560DBA4D9B0E47C8BA3BC2A3F7CD69C4E30581900BF

Clone this project and run examples/demo.js:

  $ git clone https://github.com/danielgatis/puppeteer-recaptcha-solver.git
  $ cd puppeteer-recaptcha-solver
  $ npm install
  $ node examples/demo.js

Known issues

Sometimes you are blocked because of the reputation of the tor's IPs. To avoid this, you can try to buy some residential proxies or run a simple version of the demo without a proxy.

$ node examples/demo-wo-proxy.js

Buy me a coffee

Liked some of my work? Buy me a coffee (or more likely a beer)

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].