add(script) osint twitter 2 mastodon accounts

This commit is contained in:
Morgan Wattiez 2024-01-06 23:10:15 +01:00
parent 3407dde776
commit cdb4d4daa2

1
m2t.sh Executable file
View File

@ -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