-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I was trying to get all the images from a twitter list.
But noticed that there is no media_fields
parameter in get_list_tweets
Any particular reason for this? if not, can someone please add it as soon as possible?
tweets = api.get_list_tweets(
list_id="1546525780347604992",
tweet_fields=["created_at"],
user_fields=[
"username",
"name",
"profile_image_url",
"created_at",
], # To get the username
expansions=["attachments.media_keys", "author_id"],
media_fields=["preview_image_url", "url"],
return_json=True,
)
```
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request