captcha-solver

Python selenium script to bypass simaster.ugm.ac.id weak “captcha”.

How-to

Installation

  1. Clone and install the required dependency

$ git clone https://github.com/hfrk/captcha-solver
$ cd captcha-solver
$ pip install requirements.txt
  1. Copy geckodriver.exe to your Python’s PATH
  2. Edit .env.sample and save as your .env file
  3. Run captcha-solver.py

GitHub

View Github