Auswertung liegt jetzt in follower/

This commit is contained in:
qbi 2023-01-02 10:47:43 +01:00
parent 913998d028
commit ca339450cb

View file

@ -12,5 +12,5 @@ sed -i.1 '/@a.gup.pe/d' $FLIST
while read account; do
FURL=$(echo $account | sed 's,^\(.*\)@\(.*\),\2/users/\1/followers,')
NFOL=$(curl -Ls -H 'Accept: application/activity+json' $FURL | jq .totalItems)
echo "@$account ($NFOL)" >> $FFILE
echo "@$account ($NFOL)" >> follower/$FFILE
done < $FLIST