pp-scrape-do

Installation
SKILL.md

Scrape.do — Printing Press CLI

Prerequisites: Install the CLI

This skill drives the scrape-do-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:

  1. Install via the Printing Press installer:
    npx -y @mvanhorn/printing-press-library install scrape-do --cli-only
    
  2. Verify: scrape-do-pp-cli --version
  3. Ensure $GOPATH/bin (or $HOME/go/bin) is on $PATH.

If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.4 or newer):

Installs
3
GitHub Stars
1.7K
First Seen
13 days ago
pp-scrape-do — mvanhorn/printing-press-library