Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thefrosty/wp-block-ai-scrapers
- Owner: thefrosty
- License: gpl-3.0
- Created: 2024-03-04T16:23:41.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2024-03-14T20:44:56.000Z (9 months ago)
- Last Synced: 2024-03-15T19:16:02.573Z (9 months ago)
- Topics: ai-bots, htaccess-rule, nginx-conf, php81, robots-txt, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 350 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
, orrobots.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