instagrab 0.1.0

Scrapes Instagram profile metadata by attaching to a real Chrome over CDP
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -euo pipefail

mkdir -p "$HOME/.instagrab/CDPProfile"

"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" \
    --remote-debugging-port=9222 \
    --user-data-dir="$HOME/.instagrab/CDPProfile"