projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a592ff5
)
Added count parameter to search API method
author
Vladimir
<vladimir@mail.lc>
Sat, 21 Dec 2013 20:12:49 +0000
(
01:12
+0500)
committer
Vladimir
<vladimir@mail.lc>
Sat, 21 Dec 2013 20:12:49 +0000
(
01:12
+0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index d24137c2d78aad7331c86de656af0fab7ebb1cb7..5555bef8de8b13e9df11ecf96725cbd9a778ba0b 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-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 """