2026-03-20 06:44:09 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
set -euo pipefail
|
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
|
|
2026-03-29 23:49:58 +00:00
|
|
|
bun install
|
|
|
|
|
echo "1688-logistics-scraper installed."
|
|
|
|
|
echo ""
|
|
|
|
|
echo "Prerequisites: Chrome must be running with remote debugging:"
|
|
|
|
|
echo " /Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --remote-debugging-port=9222"
|