Added count parameter to search API method
authorVladimir <vladimir@mail.lc>
Sat, 21 Dec 2013 20:12:49 +0000 (01:12 +0500)
committerVladimir <vladimir@mail.lc>
Sat, 21 Dec 2013 20:12:49 +0000 (01:12 +0500)
tweepy/api.py

index d24137c2d78aad7331c86de656af0fab7ebb1cb7..5555bef8de8b13e9df11ecf96725cbd9a778ba0b 100644 (file)
@@ -621,7 +621,7 @@ class API(object):
     search = bind_api(
         path = '/search/tweets.json',
         payload_type = 'search_results',
-        allowed_param = ['q', 'lang', 'locale', 'since_id', 'geocode', 'show_user', 'max_id', 'since', 'until', 'result_type']
+        allowed_param = ['q', 'lang', 'locale', 'since_id', 'geocode', 'show_user', 'max_id', 'since', 'until', 'result_type', 'count']
     )
 
     """ trends/daily """