This file contains 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 | |
# Import TwitterAPI | |
# you can install this library via the commandline: | |
# $ pip install --user TwitterAPI | |
from TwitterAPI import TwitterAPI | |
# setup TwitterAPI | |
# you will have to get an API key set from: https://apps.twitter.com/ before you can use this script. | |
api = TwitterAPI( \ |