robosats/docker/strfry/sync.sh
2024-08-07 22:43:57 +02:00

8 lines
190 B
Bash
Executable File

#!/bin/sh
filters='{"kinds":[38383]}'
while IFS= read -r line; do
/app/strfry --config /etc/strfry.conf sync ws://${line}/nostr --filter "$filters" --dir both
done < /app/onion_urls.txt