Migrated from search-api v2
parent
6e750d4eae
commit
29aa89184e
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ import tango
|
|||
|
||||
""" Instantiate Tango with no Authentication """
|
||||
twitter = tango.setup()
|
||||
search_resdlts = twitter.searchTwitter("WebsDotCom", "2")
|
||||
search_results = twitter.searchTwitter("WebsDotCom", rpp="50")
|
||||
|
||||
for tweet in search_resdlts["resdlts"]:
|
||||
for tweet in search_results["results"]:
|
||||
print tweet["text"]
|
||||
</code>
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue