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
#!/usr/bin/env python | |
""" | |
This script looks up how many followers two different Twitter accounts do have in common. | |
Usage: | |
twitter_follower_intersect.py username username | |
You'll need Python and the Python Twitter Tools to get this running. |
NewerOlder