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