Request feature update_with_media more than one image
See original GitHub issueI need to upload two images, like this:
tweet = api.update_with_media(['image1.png', 'image2.png'], status=msg)
Is it possible?
Thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Feature Request – Select Multiple Images - WordPress.org
Meaning you want to download images from the same search and insert them into a gallery? Or do you see this as a...
Read more >How to select multiple images at once in related media field
The selector for related media allows only one image to be selected at once, multiple images can be selected, but one by one....
Read more >Ability to replace/update image files – Adobe XD Feedback
I need to be able to replace a picture from clipboard, like it is possible in PowerPoint. The drag and drop feature ......
Read more >Multiple Images | Voters - Mentimeter - Canny
Would be great to be able to add images for ranking sliders. I can add images to the multiple choice question, but that...
Read more >Social Monitoring Add Multi-Image Posts and Videos... - 338090
There are multiple requests for this thread: 1) The ability to post multiple images on Instagram via the Social Posts feature - This...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The
update_with_media
endpoint is deprecated by Twitter. To post multiple images, you should usemedia_upload
. It will looks something like this:edited: typed update/update_status typo
You should include this snippet to examples.