Login Captcha Solver for Ikabot
- The folder
collection
contains all the draggable icons SolveCaptcha.py
contains a generic function to solve a login captchavisualizeCaptchaSolver.py
can help you to see the process of detecting iconstestFunctionSolveCaptcha.py
shows you how to usesolveCaptcha()
functionChopImg.py
contains a function that chops a Captcha image into several piecesIkabotSimulation.py
is an example of use based on Ikabot
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
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
.
Visualizer :
Simulation :
Thanks to @ikagod for his help and contribution to the repository