projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c1a63
)
Add additonal search() parameters supported by Twitter.
author
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 24 May 2010 03:32:27 +0000
(22:32 -0500)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 24 May 2010 03:32:27 +0000
(22:32 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 27460e80c8269f4768e91a4ffd05655f38fb21a9..521470a9599f1236be5cd2be6dafe0ed36ce02b1 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-640,7
+640,7
@@
class API(object):
search_api = True,
path = '/search.json',
payload_type = 'search_result', payload_list = True,
- allowed_param = ['q', 'lang', 'locale', 'rpp', 'page', 'since_id', 'geocode', 'show_user']
+ allowed_param = ['q', 'lang', 'locale', 'rpp', 'page', 'since_id', 'geocode', 'show_user'
, 'max_id', 'since', 'until', 'result_type'
]
)
search.pagination_mode = 'page'