Code and data for arewedecentralizedyet.online and related projects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change paths

+3 -3
+3 -3
helpers/pds-mau-from-relays.sh
··· 4 4 5 5 out_dir="data/at-mau" 6 6 7 - set -- data/*-relay.json 8 - if [ "$1" = "data/*-relay.json" ]; then 9 - echo "No *-relay.json files found in data/." >&2 7 + set -- data/at-mau-watcher-snapshots/*.json 8 + if [ "$1" = "data/at-mau-watcher-snapshots/*.json" ]; then 9 + echo "No .json files found in data/at-mau-watcher-snapshots/." >&2 10 10 exit 1 11 11 fi 12 12