instauto
instauto copied to clipboard
Simple to use wrapper around the private Instagram API, written in Python.
I am creating an app that uploads **carousel** posts to Instagram. It sends a list of post.PostFeeds with locations. The final carousel of these images, though, **has no caption when...
There are a few examples missing: - [ ] helpers -> friendships -> unfollow_user Reference: - [follow user example](https://github.com/stanvanrooy/instauto/blob/master/examples/helpers/friendships/follow_user.py)
Make a function to report a post or story Sometimes it is needed ...
it would be great if you add a method that simulate story seen process for example user A (that use instauto) seen stories of user B (any other user) and...
post_retrieve_by_user and get_follower and get_following have a limit of 100 means you can not get more than 100 posts/follower/followings py3.9 - win10 - latest instauto on git coded as examples
this lib is great (thanks to the devs) but could you please add story with usertag like post with usertag
Hi, @stanvanrooy ) Do you plan to implement video uploading?
**Describe the bug** Hello, I’m using instauto to post to instagram in different periods, sometimes it provides an empty caption for no reason. I tried things but it does not...
The current implementation is only able to retrieve the first 'page' of your inbox. You should be able to iterate over all results instead.
This is probably complex if you look at all the different ways you can put text, emojis, gifs, etc. on images posted to a story. I'm not sure yet if...