capmonster-python docs
Examples
Examples
To run the examples in your local machine, please do the followings:
Steps
Create a folder and clone the repository
mkdir capmonster-pythoncd capmonster-pythongit initgit clone https://github.com/alperensert/capmonster_python.gitGo to examples folder and install the requirements (examples only)
cd examplespip install -r requirements.txtThen set 2 environment variables for correctly run the examples, API_KEY and HEADLESS
- Api key is your unique key to solve captchas
- Headless is needed for running selenium examples.
Now you are ready to run examples, e.g.
python recaptchav2_selenium.py
Note: If you want to run selenium examples, Firefox must be installed
- All examples are here