From: iamedd Date: Fri, 15 Nov 2013 00:31:36 +0000 (-0600) Subject: Added new param (include_rts) to list_timeline X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8d7450fbd64a8e7060f825cbb3c8f87cc7749daa;p=tweepy.git Added new param (include_rts) to list_timeline --- diff --git a/tweepy/api.py b/tweepy/api.py index 22f0819..e9fac89 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -534,7 +534,7 @@ class API(object): list_timeline = bind_api( path = '/lists/statuses.json', payload_type = 'status', payload_list = True, - allowed_param = ['owner_screen_name', 'slug', 'owner_id', 'list_id', 'since_id', 'max_id', 'count'] + allowed_param = ['owner_screen_name', 'slug', 'owner_id', 'list_id', 'since_id', 'max_id', 'count', 'include_rts'] ) get_list = bind_api(