-
```
cl = Client()
cl.login(USERNAME, PASSWORD)
cl.story_download_by_url("https://www.instagram.com/stories/psg/2668312627606420472/?hl=en")
...
~/i/instagrapi/mixins/story.py in story_download_by…
-
After the session is restored, each time it asks to login to post a photo.
But for example, if you receive a timeline feed, then everything works.
Example code to reproduce:
```
cl = Client()
…
-
Hi
I am trying to make an app using this incredible tool, however I feel some of the logic could be streamlined if the internal state of the REST API allowed for saving the session id, or at least …
-
story metadata (location, mentions, links and hashtags) not showing on instagram after successful upload
```
from instagrapi.story import StoryBuilder, StoryMention
from pathlib import Path
fr…
-
**Describe the bug**
I can't simply upload jpeg photo on my insta account
![image](https://user-images.githubusercontent.com/17453977/129212826-9a352a65-71db-41b5-8232-e9e26cbfe006.png)
**Scree…
-
When I try to re-login, I need to re-get the authorization cookies.
-
-
**Describe the bug**
I am trying to upload photo using http(public url) but it's throwing error:
OSError: [Errno 22] Invalid argument: 'https:\\i.pinimg.com\\originals\\32\\c6\\8b\\32c68bf4a44323228…
-
-
**Describe the bug**
uploading story with mentions or location throws error
**To Reproduce**
`client.photo_upload_to_story(
path=builder.path,
caption=data['caption'],
mentio…