https://github.com/unixfox/proxy-sorry-google-recaptcha
HTTP Proxy that automatically try to solve the Google reCAPTCHA from sorry Google block page using anti-captcha.com
https://github.com/unixfox/proxy-sorry-google-recaptcha
anti-captcha google recaptcha
Last synced: 8 months ago
JSON representation
HTTP Proxy that automatically try to solve the Google reCAPTCHA from sorry Google block page using anti-captcha.com
- Host: GitHub
- URL: https://github.com/unixfox/proxy-sorry-google-recaptcha
- Owner: unixfox
- Archived: true
- Created: 2020-01-28T22:35:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T22:07:35.000Z (about 5 years ago)
- Last Synced: 2024-10-28T00:13:14.808Z (over 1 year ago)
- Topics: anti-captcha, google, recaptcha
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 [](https://hub.docker.com/r/unixfox/proxy-sorry-google-recaptcha) [](https://hub.docker.com/r/unixfox/proxy-sorry-google-recaptcha) 
# How to use it?
1. Install NodeJS 12 or more and then `npm install`.
2. Pass your [anti-captcha](https://anti-captcha.com) client key using the environment variable `API_CLIENT_KEY` like so on Linux:
````
export API_CLIENT_KEY=myapikey
````
3. Launch the program using npm: `npm start`.
4. Import the file `ca/certs/ca.pem` into your browser/application.
5. Set your proxy settings to `http://localhost:8081`.