Skip to content

Commit a018d56

Browse files
author
Aaron Gonzales
committed
updated defaults to be sandbox-friendly
1 parent 736e7fc commit a018d56

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/twitter_search.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@ def parse_cmd_args():
7272
help="PowerTrack filter rule (See: http://support.gnip.com/customer/portal/articles/901152-powertrack-operators)")
7373

7474
twitter_parser.add_argument("--max-results", dest="max_results",
75-
default=500,
76-
help="Maximum results to return per api call (default 500; max 500)")
75+
default=100,
76+
help="Maximum results to return per api call (default 100; max 500)")
7777

7878
twitter_parser.add_argument("--max-tweets", dest="max_tweets",
7979
default=500,
8080
type=int,
81-
help="Maximum results to return for all pages;"
81+
help="Maximum results to return for this "
82+
"session (defaults to 500; "
8283
"see -a option")
8384

8485
twitter_parser.add_argument("--max-pages",

0 commit comments

Comments
 (0)