From 2f16711e2736200d1482c07204afbc929d093eba Mon Sep 17 00:00:00 2001 From: rosscg Date: Fri, 14 Jul 2017 18:57:03 +0100 Subject: [PATCH] Added params to user_timeline --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index b1221c0..bdf5b43 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -111,7 +111,7 @@ class API(object): require_auth=True ) - + @property def user_timeline(self): """ :reference: https://dev.twitter.com/rest/reference/get/statuses/user_timeline :allowed_param:'id', 'user_id', 'screen_name', 'since_id', 'max_id', 'count', 'include_rts', 'trim_user', 'exclude_replies' -- 2.25.1