A python 3 program that automates captcha solving.
- Python 3
- pip, a python dependency manager.
- 2captcha API. For this, you'll need to sign up to https://2captcha.com/. Retrieve your API key from the dashboard.
- Clone the repository.
- Make a
.envfile from the provided.env.examplefile and paste the relevant values. - Create a virtual environment and activate it.
- Navigate to project folder and run
pip install -r requirements.txt - (Optional) Modify the html elements in
main.pyfile and the website url in.envto your use case.
Run the python file and this will trigger the program to run. Ensure you have the proper environment variables for this to work.
