DangerOnTheRanger / maniwani

Imageboard software for the 21st century
MIT License
75 stars 11 forks source link

Topic-specific captchas #79

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

It might be a good idea to

Not everyone is an anime enthusiast.


Faptchas (classic)

DangerOnTheRanger commented 5 years ago

I'm like the idea in principle, but it would require a large amount of work to implement in practice; there would need to be an ethical means of scraping large amounts of images/data, a way of classifying that data so that the correct answer can be known and stored beforehand, and then a method of preventing automated clients from easily arriving at the correct answer.

For stuff like code it might be relatively straightforward (grab code from Github or other places, classify according to file extension, generate an image so automated clients at least have to record OCR), but stuff like comics would be much, much harder. I'd accept a PR for these ideas, but I don't currently have the time to implement such a framework myself. In the meantime, I think reCAPTCHA/no CAPTCHA should be used instead.