[F+] Upload photos to album/carousel post
Is your feature request related to a problem? Please describe. No is not related to a problem.
Describe the solution you'd like Allow upload of more than one photo at the same post
Describe alternatives you've considered Like stories example th feature would allow the upload of more than one photo per post.
Are you saying more than one photo as in separate posts or the photo carousel?
I believe it is upload an album, multiple pic in a post.
@BimBimSalaBim I meant photo Carousel. As @AKwoKWH said multiple pic in a post.
How you want to use this? Please write a code example for this feature, how you would that it behave? And specify if this feature will be available for cli, for python package or both.
yeah,i also want to upload more than one photos in a post, but i am not familiar with python
Found this on the API that instapy-cli uses.
@b3nab I'm guessing something like this
images = ["img1.png", "img2.png", "img3.png"]
caption = "my awesome images"
with client(username, password) as cli:
cli.upload_multiple(images, caption)
Which would create a post like https://www.instagram.com/p/CTZepy7J_AV/
I think it's more important for the python package but also someone could use it with cli