Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 990 Bytes

Recaptcha Solver Python

A python 3 program that automates captcha solving.

Table of Content

  1. Requirements
  2. Setup
  3. Developmment

Requirements

  1. Python 3
  2. pip, a python dependency manager.
  3. 2captcha API. For this, you'll need to sign up to https://2captcha.com/. Retrieve your API key from the dashboard.

Setup

  1. Clone the repository.
  2. Make a .env file from the provided .env.example file and paste the relevant values.
  3. Create a virtual environment and activate it.
  4. Navigate to project folder and run pip install -r requirements.txt
  5. (Optional) Modify the html elements in main.py file and the website url in .env to your use case.

Development

Run the python file and this will trigger the program to run. Ensure you have the proper environment variables for this to work.

Demo

tngeene captcha demo gif