An Open Source solver library for 9kw.eu captcha service.
Broken, because the debug mode still needs a valid api key.
Providing a stable, open source, Java API for 9kw captcha service. A stable GUI might be added some time later (v2.0 or so).
- Get Captchas without concerning about technical issues.
- Easy to use.
- Threading provided (for http requests).
- Source code is maintainable and uses well-tested third-party libraries.
mvn clean package -Pshade,docsCreate a configfile (like so):
touch $HOME/.config/j9kwsolver.conf
Add this contents:
apikey = <APIKEY>
debug = 0
Start the gui: java -Dconfig.file=$HOME/.config/j9kwsolver.conf -jar j9kwsolver-gui.jar
See 9kw API for more information.