Some checks failed
CI / test (pull_request) Successful in 5m34s
CI / Security audit (bandit) (pull_request) Successful in 33s
CI / lint (pull_request) Failing after 58s
CI / typecheck (pull_request) Failing after 6m17s
CI / Secret scan (gitleaks) (pull_request) Successful in 57s
2.6 KiB
2.6 KiB
//: # (Copyright (c) 2026 Rug Munch Media LLC)
STATUS.md — PryScraper
Where we are RIGHT NOW. Update before every commit.
Last Updated
2026-07-03 - Phase 0 router split + tests + Apify schema lib + PRY_API_KEY deployed
Current Status
🟡 pre-production - core scraping/template routers split, e2e tests added, Talos PRY_API_KEY set, deploy pending.
Deployment Status
- Last deploy: 2026-07-03
- Current version: 3.0.0-phase0
- Health: 🟢 healthy
- Uptime (30d): TBD
- Active branch:
feat/phase0-router-split(PR #5 awaiting review)
Open Issues
- None — track in forgejo issues
Recent Activity
- 2026-07-02: Repository created from
fleet-template - 2026-07-03: Split scraping endpoints from
api.pyintorouters/scraping.py+deps.py - 2026-07-03: Split template endpoints into
routers/templates.py+ addedPOST /v1/templates/batch - 2026-07-03: Added e2e tests for scraping and template routers (23 new/passing)
- 2026-07-03: Added reusable Apify actor schema builder (
apify_schema.py) - 2026-07-03: Set
PRY_API_KEYin Talos/srv/pry/.env; auth now active on restart - 2026-07-03: Registered
/v1/templates/batchas paid x402 operation - 2026-07-03: Deployed to Talos
/srv/pry/; pry container healthy on 127.0.0.1:8005 - 2026-07-03: Opened PR #5: #5
Known Issues / Tech Debt
- PR #5 must be reviewed/merged to bring
mainin sync with deployed code - pry-flaresolverr host port moved from 8191 to 8192 to avoid conflict with
rmi-flaresolverr - All 80+ site templates unverified - only ~30-40% known to work end-to-end. Run templates/validate_templates.py before claiming template coverage.
- State storage in ~/.pry/*.json - no concurrency safety, no transactions. See plan to migrate to SQLite.
- PRY_X402_WALLET, PRY_X402_FACILITATOR env vars unset in deploy - x402 payments not active.
- License collision resolved 2026-07-03: dual MIT (core) + BSL 1.1 (stealth/anti-detection). See ADR-0002.
- mcp_production.py and x402.py exist in repo but are NOT deployed. Top priority for next deploy.
Quick Links
Status Indicators
Use these in commit messages + status updates:
- 🟢 healthy — deployed, monitored, no issues
- 🟡 degraded — running but with known issues
- 🔴 down — service unavailable
- 🚧 in-development — pre-production, expect breakage
- ⏸️ paused — work intentionally stopped