/proxy-sorry-google-recaptcha

HTTP Proxy that automatically try to solve the Google reCAPTCHA from sorry Google block page using anti-captcha.com

Primary LanguageJavaScript

GitHub stars Docker Cloud Build Status Docker Cloud Automated build GitHub package.json version

How to use it?

  1. Install NodeJS 12 or more and then npm install.
  2. Pass your anti-captcha client key using the environment variable API_CLIENT_KEY like so on Linux:
export API_CLIENT_KEY=myapikey
  1. Launch the program using npm: npm start.
  2. Import the file ca/certs/ca.pem into your browser/application.
  3. Set your proxy settings to http://localhost:8081.