Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
5e270431
Commit
5e270431
authored
Jul 05, 2009
by
Josh Roesslein
Browse files
Added users_timeline endpoint.
parent
4bc149c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
api.py
View file @
5e270431
...
...
@@ -31,3 +31,13 @@ class API(object):
allowed_param
=
[
'since_id'
,
'max_id'
,
'count'
,
'page'
],
require_auth
=
True
)
"""Get user timeline"""
user_timeline
=
bind_api
(
path
=
'/statuses/user_timeline.json'
,
parser
=
parse_statuses
,
allowed_param
=
[
'id'
,
'user_id'
,
'screen_name'
,
'since_id'
,
'max_id'
,
'count'
,
'page'
]
)
api
=
API
(
'jitterapp'
,
'josh1987'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment