b31ngd3v / MyIGBot

MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
https://pypi.org/project/myigbot/
MIT License
172 stars 36 forks source link

Feature/upload multiple images #39

Closed Miguelo981 closed 2 years ago

Miguelo981 commented 2 years ago
b31ngd3v commented 2 years ago

thanks again @Miguelo981

b31ngd3v commented 2 years ago

@Miguelo981 Can you please update the documentation (README.md)? (just add info. about the two functions that you added in this format :point_down:)

Upload post
response = bot.upload_post('image.png', caption='Image 1')
print(response)  # if the response code is 200 that means ok

thank you :blush: