Skip to content

Instantly share code, notes, and snippets.

@ethereal-engineer
Created February 7, 2015 08:01
Show Gist options
  • Save ethereal-engineer/e008ff1819d1c0c9f465 to your computer and use it in GitHub Desktop.
Save ethereal-engineer/e008ff1819d1c0c9f465 to your computer and use it in GitHub Desktop.
Track people you follow on Twitter on Keybase using t
echo "Note that this will only work for people who snag the same keybase handle as their twitter handle"
echo "Also note that this will only track them if they have proved their identity on twitter, as the one you follow (so it's probably safe)"
echo "I'm working on a regex version that will catch the rest of them (with different handles)"
t followings | xargs -n1 -I % keybase track --batch -a twitter:% %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment