wolfpet / kitchen

Open Source Threaded Discussion project
6 stars 3 forks source link

Add automatic IP and email checking for registration requests #185

Open iamranger opened 5 years ago

iamranger commented 5 years ago

e.g. https://rapidapi.com/mr_admin/api/email-verifier?endpoint=567bda99e4b0926c52a39925

(20 free requests/day - more than we need)

Ideally the API would check for blacklisted spam emails as well (yes, we do get those)

iamranger commented 3 years ago

IP can be checked for free (1000/day) at https://www.abuseipdb.com/

iamranger commented 3 years ago

We still get periodic registration requests from obvious bots that somehow get past "I am not a robot" Google check.

ideas?

BGmot commented 3 years ago

You already proposed two methods - rapidapi and abuseipdb. Do we need more methods or just to implement these two -) ?

iamranger commented 3 years ago

the comment is mostly just a note for myself as to why the feature is needed :)