Extended example
This commit is contained in:
parent
eca965715e
commit
bb99c90f1a
1 changed files with 2 additions and 1 deletions
|
|
@ -5,4 +5,5 @@ twitter = Twython()
|
|||
search_results = twitter.searchTwitter(q="WebsDotCom", rpp="50")
|
||||
|
||||
for tweet in search_results["results"]:
|
||||
print tweet["text"]
|
||||
print "Tweet from @%s Date: %s" % (tweet['from_user'].encode('utf-8'),tweet['created_at'])
|
||||
print tweet['text'].encode('utf-8'),"\n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue