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
8d7450fb
Commit
8d7450fb
authored
Nov 14, 2013
by
iamedd
Browse files
Added new param (include_rts) to list_timeline
parent
517a0f25
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/api.py
View file @
8d7450fb
...
...
@@ -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
(
...
...
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