Releases: aleff-github/wayparam
Releases · aleff-github/wayparam
wayparam v0.3.0 - Milestone Release
wayparam v0.3.0 - Milestone Release
This milestone release marks the transition of wayparam into a production-grade, community-ready CLI tool inspired by ParamSpider.
Highlights
- Offline integration tests at the HTTP layer using
httpx.MockTransport(no network required) - Man page included (
man/wayparam.1) for UNIX-like environments - Clean stdout/stderr separation: machine-readable output on stdout, diagnostics on stderr (pipeline-safe)
- Improved Wayback CDX reliability: retries/backoff with clearer failure diagnostics (
status=.../no-status) - VPN/proxy hint printed when the Wayback CDX endpoint is likely blocked or rate-limited
Usage examples
Fetch and write per-domain results to results/:
wayparam -d example.comStream results (URLs) to stdout:
wayparam -d example.com --stdout --no-filesStream JSONL to stdout:
wayparam -d example.com --stdout --no-files --format jsonlBe polite to Wayback:
wayparam -d example.com --rps 1 --concurrency 2Testing
pip install -e ".[dev]"
pytest -qNotes
If CDX requests repeatedly fail after retries, your VPN/proxy exit node may be blocked or rate-limited by web.archive.org.
Try disconnecting or switching to a different exit node.