link to rp for AI scrapers

This commit is contained in:
Your Name 2025-11-01 15:21:44 -05:00
parent 3e42d9dc9e
commit 8a7fe7a2ad

View File

@ -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)