From cdb4d4daa2f1661afeaecc5c71b6d1f0e919d626 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 6 Jan 2024 23:10:15 +0100 Subject: [PATCH] add(script) osint twitter 2 mastodon accounts --- m2t.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 m2t.sh 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