Updated search example; major thanks to Sai for pointing out that this was broken.
This commit is contained in:
parent
76ca83cb87
commit
69f747a658
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import tango
|
|||
|
||||
""" Instantiate Tango with no Authentication """
|
||||
twitter = tango.setup()
|
||||
search_results = twitter.searchTwitter("WebsDotCom", "2")
|
||||
search_results = twitter.searchTwitter("WebsDotCom", rpp="50")
|
||||
|
||||
for tweet in search_results["results"]:
|
||||
print tweet["text"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue