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 | |
""" | |
Use Twitter API to grab user information from list of organizations; | |
export text file | |
Uses Twython module to access Twitter API | |
""" |
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
for id in screen_names_unique[42:44]: | |
screen_name = id | |
print '\n', screen_name | |
cursor = "-1" | |
print 'followers list first cursor', cursor | |
d = get_followers_ids (screen_name, cursor) | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Unique_ID | org_name | org_url | Twitter_URL | Twitter_handle | earliest_tweet_in_db | number_of_tweets_in_db | |
---|---|---|---|---|---|---|---|
1 | LA Angels | http://losangeles.angels.mlb.com/ | https://twitter.com/Angels | Angels | |||
2 | Oakland Athletics | http://oakland.athletics.mlb.com/ | https://twitter.com/Athletics | Athletics | |||
3 | Texas Rangers | http://texas.rangers.mlb.com/ | https://twitter.com/Rangers | Rangers | |||
4 | Seattle Mariners | http://seattle.mariners.mlb.com/ | https://twitter.com/Mariners | Mariners | |||
5 | Chicago White Sox | http://chicago.whitesox.mlb.com/ | https://twitter.com/whitesox | whitesox |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer