Bugs fixed as described on Twitter yesterday to Ryan McGrath #107
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from twython import Twython
|
||||||
|
|
||||||
""" Instantiate Twython with no Authentication """
|
""" Instantiate Twython with no Authentication """
|
||||||
twitter = Twython()
|
twitter = Twython()
|
||||||
search_results = twitter.searchTwitter(q="WebsDotCom", rpp="50")
|
search_results = twitter.search(q="WebsDotCom", rpp="50")
|
||||||
|
|
||||||
for tweet in search_results["results"]:
|
for tweet in search_results["results"]:
|
||||||
print "Tweet from @%s Date: %s" % (tweet['from_user'].encode('utf-8'),tweet['created_at'])
|
print "Tweet from @%s Date: %s" % (tweet['from_user'].encode('utf-8'),tweet['created_at'])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue