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
.env
file from the provided.env.example
file 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.py
file and the website url in.env
to 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.