pixeloffice-firewall
🎁 Get 1,000 Free Production Requests & Live Dashboard Key:
Claim your free API key and track real-time AI crawler traffic in 1 click at pixeloffice.eu/dashboard.html
Brand Firewall, Crawler Inoculation & AI Reverse Proxy Shield for Python / ASGI / WSGI applications. Protects website content from uncontrolled AI scraping and injects verified Fact Anchors into LLM search answers.
⚡ Quick Start
pip install pixeloffice-firewall
FastAPI Middleware Example:
from fastapi import FastAPI
from pixeloffice_firewall import FirewallMiddleware
app = FastAPI()
app.add_middleware(
FirewallMiddleware,
domain="yourdomain.com",
api_key="px_dev_live_your_key_here", # Get free at pixeloffice.eu/dashboard.html
enforce_fact_anchors=True
)
📊 Live Developer Dashboard
Track live bot visits, blocked scrapers, and AEO score at:
👉 https://pixeloffice.eu/dashboard.html
📄 License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pixeloffice_firewall-1.0.1.tar.gz.
File metadata
- Download URL: pixeloffice_firewall-1.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
211b552baf224a7ac791c67d63cf88ff1701a86e64870e02e69ddf28f54e62a9
|
|
| MD5 |
ad69a9014383f74aa826be363d73cd4e
|
|
| BLAKE2b-256 |
518f77ccb4eecee3caf1263f59d8cf1935d51b9593b72dd6d5d8d90af31ba4d6
|