From 8a7fe7a2ad8497870c12eae3cefada0f604a2c21 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 1 Nov 2025 15:21:44 -0500 Subject: [PATCH] link to rp for AI scrapers --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d534e83..27b0a54 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ A proof-of-work based bot deterrent. Lightweight, self-hosted and copyleft licensed. + ![screencast](readme/screencast.gif) +## NEW: Looking to block AI scraper bots from hammering your site? See: https://git.sequentialread.com/forest/pow-bot-deterrent-rp (similar to Anubis) + Compared to mainstream captchas like recaptcha, hcaptcha, friendlycaptcha, this one is better for a few reasons: - Free as in Freedom, and Free as in Free Beer @@ -18,7 +21,6 @@ Compared to other proof of work bot deterrents like mCaptcha, I believe that thi - 1. More likely to stop bots; a basic headless browser with JS execution might not be enough. - It is optimized for production use; its API minimizes the number of requests and amount of latency that you have to add to your system. - ### Table of Contents 1. [How it works](#how-it-works)