diezo / Ensta

🔥 Fast & Reliable Python Package For Instagram API - 2024
https://bit.ly/ensta-discord
MIT License
355 stars 41 forks source link

Add support to carousel with video and images #83

Closed ettoreleandrotognoli closed 6 months ago

ettoreleandrotognoli commented 7 months ago

No more get_upload_id , now we can use upload_image, upload_video_for_carousel, upload_video_for_reel, or upload_media.

upload_photo -> pub_photo upload_photos -> pub_carousel upload_reel -> pub_reel

I changed the name from upload to pub because all of these methods rely that we already uploaded the media

Also it is able to generate the thumbnails for the videos automatically