diff --git a/m2t.sh b/m2t.sh new file mode 100755 index 0000000..d9f86bb --- /dev/null +++ b/m2t.sh @@ -0,0 +1 @@ +while read handle; do clean_handle=$(echo $handle | sed 's/^@//'); echo "${handle} https://nitter.net/${clean_handle}"; curl -s "https://mamot.fr/api/v2/search?q=${handle}" | jq '.accounts[] | select(.statuses_count > 1 or .followers_count > 1) | .uri'; done < twitterhandle_to_import_to_mastodon