We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736e7fc commit a018d56Copy full SHA for a018d56
1 file changed
tools/twitter_search.py
@@ -72,13 +72,14 @@ def parse_cmd_args():
72
help="PowerTrack filter rule (See: http://support.gnip.com/customer/portal/articles/901152-powertrack-operators)")
73
74
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)")
+ default=100,
+ help="Maximum results to return per api call (default 100; max 500)")
77
78
twitter_parser.add_argument("--max-tweets", dest="max_tweets",
79
default=500,
80
type=int,
81
- help="Maximum results to return for all pages;"
+ help="Maximum results to return for this "
82
+ "session (defaults to 500; "
83
"see -a option")
84
85
twitter_parser.add_argument("--max-pages",
0 commit comments