Skip to content

mmueller-xyz/captcha-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple Capcha Solver

This is a capcha solver for a speific site, out of courtesy to the dev I do not publish it.

Dependencies

Following packages have to be installed in order for this solver to work:

selenium tesserwrap geckodriver

usig pip you install them like this:

pip install selenium tesserwrap

geckodriver is the driver for Firefox and can't be installed with pip.

On Arch Linux you can all dependencies with

sudo pacman -S python-tesserwrap python-selenium geckodriver

Run

To run the script you type python main.py in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages