File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments