alizepistidda

Results 2 comments of alizepistidda

check the property of post: flat_json_dict['text'] If you follow [this blogpost](https://dev.to/chrisgreening/downloading-an-instagram-profile-s-recent-photos-using-python-25b2) add in the for-loop the following statement: for post in chris_photos: if 'text' in post.flat_json_dict: text= post.flat_json_dict['text'] else: text...

There is an issue with post.download, see [post ](https://chris-greening.github.io/instascrape/2021/01/07/important-planned-features-for-january.html) . The header with the valid session ID that is created there should also be given to the requests.get statement inside...