ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

Reels not visible nor archived #330

Open hdem607 opened 3 years ago

hdem607 commented 3 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


user_story_feed() returns visible media, generally up to 24h. stories_archive() returns archived media, generally after 48h. In this meantime, viewers list is still available and will not be changed because nobody will see it anymore. Is there a method to get stories in described situation? Because I have tried user_story_feed() and stories_archive(), but no one returns what I am looking for. Workaround: get media pk while it is visible using user_story_feed() and get viewer's list after 24h from taken_at using story_viewers()