diff --git a/tango_examples/search_results.py b/tango_examples/search_results.py index 97b03a5..6cec48f 100644 --- a/tango_examples/search_results.py +++ b/tango_examples/search_results.py @@ -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"]