Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thefrosty/wp-block-ai-scrapers

Block all known AI Data Scrapers.
https://github.com/thefrosty/wp-block-ai-scrapers

ai-bots htaccess-rule nginx-conf php81 robots-txt wordpress wordpress-plugin

Last synced: about 1 month ago
JSON representation

Block all known AI Data Scrapers.

Awesome Lists containing this project

README

        

# WordPress Block AI Scrapers

**Contributors:** [austyfrosty](https://profiles.wordpress.org/austyfrosty)
**Donate link:** [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7431290)
**Tags:** ai-bots, robots-txt, nginx-conf, htaccess-rule
**Requires at least:** 6.2
**Tested up to:** 6.5.0
**Stable tag:** 1.0.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

![Block AI Scrapers](.github/wp-block-ai-scrapers.png?raw=true "WordPress Block AI Scrapers")

[![PHP from Packagist](https://img.shields.io/packagist/php-v/thefrosty/wp-block-ai-scrapers.svg)]()
[![Latest Stable Version](https://img.shields.io/packagist/v/thefrosty/wp-block-ai-scrapers.svg)](https://packagist.org/packages/thefrosty/wp-block-ai-scrapers)
[![Total Downloads](https://img.shields.io/packagist/dt/thefrosty/wp-block-ai-scrapers.svg)](https://packagist.org/packages/thefrosty/wp-block-ai-scrapers)
[![License](https://img.shields.io/packagist/l/thefrosty/wp-block-ai-scrapers.svg)](https://packagist.org/thefrosty/thefrosty/wp-block-ai-scrapers)
![Build Status](https://github.com/thefrosty/wp-block-ai-scrapers/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/thefrosty/wp-block-ai-scrapers/branch/develop/graph/badge.svg)](https://codecov.io/gh/thefrosty/wp-block-ai-scrapers)

A simple way to block AI Scraper bots in your WordPress' .htaccess, nginx, or
robots.txt file

## Package Installation (via Composer)

To install this package, edit your `composer.json` file:
```json
{
"require": {
"thefrosty/wp-block-ai-scrapers": "^1.0"
}
}
```
Then run:

`$ composer install thefrosty/wp-block-ai-scrapers`

Or, run:

`$ composer require thefrosty/wp-block-ai-scrapers:^1.0`

Inspired by https://github.com/jackmcconnell/no-ai-scrapers