projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b4e4a5
)
Added params to user_timeline
author
rosscg
<ross.gales@gmail.com>
Fri, 14 Jul 2017 17:57:03 +0000
(18:57 +0100)
committer
GitHub
<noreply@github.com>
Fri, 14 Jul 2017 17:57:03 +0000
(18:57 +0100)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index b1221c04f779184d012fef66ea2f59c4183cadc3..bdf5b435eef1ceaa042580298d323b6c447ce50b 100644
(file)
--- 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'