Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.63 KB

README.MD

File metadata and controls

34 lines (25 loc) · 1.63 KB

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

All images have been listed in the collection at the time of this edit.
If you want to add icons in the collection, you have to add the .png file in the folder collection.

Screenshots

Visualizer :

unknown

Simulation :

Screenshot Captcha Solver

Acknowledgements

Thanks to @ikagod for his help and contribution to the repository