Created
February 7, 2015 08:01
-
-
Save ethereal-engineer/e008ff1819d1c0c9f465 to your computer and use it in GitHub Desktop.
Track people you follow on Twitter on Keybase using t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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