Skip to content

ikagod/captchaSolver

 
 

Repository files navigation

Captcha Solver for Ikabot

Login Captcha Solver for Ikabot

Source code

  • The folder \collection contains all the draggable icons
  • SolveCaptcha.py contains a generic function to solve a login captcha
  • visualizeCaptchaSolver.py can help you to see the process of detecting icons
  • testFunctionSolveCaptcha.py shows you how to use solveCaptcha() function
  • ChopImg.py contains a function that chops a Captcha image into several pieces
  • IkabotSimulation.py is an example of use based on Ikabot

Getting Started

You will need to Install Tesseract

1. Install tesseract using windows installer available at: https://github.com/UB-Mannheim/tesseract/wiki

2. Note the tesseract path from the installation. Default installation path at the time of this edit was: C:\Users\USER\AppData\Local\Programs\Tesseract-OCR\tesseract.exe. It may change so please check the installation path.

3. pip install pytesseract

4. Set the tesseract path (TESSERACT_PATH) in the script

Contribution

If you want to add icons in the collection, you have to add the .png file in the folder \collection.

Screenshots

Visualizer :

Screenshot Captcha Solver

Simulation :

Screenshot Captcha Solver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%