usage: ⎗ ✓ 1imgstr <pubkey_hex> script: ⎗ ✓ 1 2 3function imgstr() { nostr-tool -r wss://nos.lol -r wss://relay.nostr.band list-events --limit 2000 --authors $1 | jq "..|.content?" | grep -oP "http.+?\.(jpg|jpeg|png|webp)" | perl -ne 'print unless $seen{$_}++' | { i=0; while read img; do let i++; wget $img -O "$(printf %03d $i)"_"$(basename $img)"; done } }
Warning LINK You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue? Continue Cancel