Skip to content

A python program that automates Recaptcha solving using the 2Captcha service.

Notifications You must be signed in to change notification settings

tngeene/2-captcha-solver-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python program that automates Recaptcha solving using the 2Captcha service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published