K1rakishou / Kuroba-Experimental

Free and open source image board browser
GNU General Public License v3.0
675 stars 38 forks source link

Let us use our Captcha solver server #927

Open aicynide opened 1 year ago

aicynide commented 1 year ago

https://github.com/based-org/chana-solver

K1rakishou commented 1 year ago

What's the problem with installing it as a separate apk? Also, you will need to host the server somewhere by yourself, do you realize that?

aicynide commented 1 year ago

I do host it. I've no issue installing separate apk The slider doesn"t works sometimes Just add option to use captcha solver server Let us choose whethet to use external apk or captcha server

K1rakishou commented 1 year ago

You should be able to write your own apk where you communicate with the server. To communicate with the main app (or to be more precise main app -> solver app) you need to use broadcast receivers.

See https://github.com/K1rakishou/Kuroba-Experimental/blob/a44d0d31d2c2ad63d84da62f9bffe7509adbcb21/Kuroba/app/src/main/java/com/github/k1rakishou/chan/ui/captcha/chan4/Chan4CaptchaSolverHelper.kt

You just need to set the app's package to com.github.k1rakishou.chan4captchasolver and it "should" work (in theory).

aicynide commented 1 year ago

Officially support captcha server in KurobaEx

Also why http/socks5 doesn't work in webview https://github.com/K1rakishou/Kuroba-Experimental/issues/932

XPEH69 commented 1 year ago

Not sure why you would want to anymore. New solver and app seem to find the captcha/slider 95% of the time. Unless of course, you're running some bot script on mobile and need better accuracy

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.