Skip to content

Commit c6fa5a5

Browse files
committed
Add additonal search() parameters supported by Twitter.
1 parent 55c1a63 commit c6fa5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tweepy/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def is_subscribed_list(self, owner, slug, user_id):
640640
search_api = True,
641641
path = '/search.json',
642642
payload_type = 'search_result', payload_list = True,
643-
allowed_param = ['q', 'lang', 'locale', 'rpp', 'page', 'since_id', 'geocode', 'show_user']
643+
allowed_param = ['q', 'lang', 'locale', 'rpp', 'page', 'since_id', 'geocode', 'show_user', 'max_id', 'since', 'until', 'result_type']
644644
)
645645
search.pagination_mode = 'page'
646646

0 commit comments

Comments
 (0)