instapy-cli icon indicating copy to clipboard operation
instapy-cli copied to clipboard

:sparkles: Python library and CLI to upload photo and video on Instagram. W/o a phone!

Results 63 instapy-cli issues
Sort by recently updated
recently updated
newest added

Hello, I have been trying to upload videos to stories but I have been having this error: Error parsing error response: Expecting value: line 1 column 1 (char 0) Error...

So I have been using this to upload videos to my Instagram account and it worked perfectly most of the times, but now I'm getting the following error and this...

bug
help wanted

My code is like follow: ``` from instapy_cli import client username = "*****" password = "*****" video = 'document_2019-11-12_13-39-13.mp4' text = 'This is a test' cookie_file = 'COOKIE_FOR_USER.json' # default:...

bug
help wanted

**Describe the bug** Images are being uploaded without captions. **To Reproduce** Happens every time. ```python from instapy_cli import client user = input('username') password = input('password') text = 'test #foo #bar'...

bug
help wanted

**What's Happening** I am getting a ```json.decoder.JSONDecodeError``` when python executes its native decoder, specifically from the line ```obj, end = self.raw_decode(s, idx=_w(s, 0).end())```. When I get rid of the try...

bug
help wanted

**Describe the bug** Caption stop appearing when i post image from server with python library

bug
help wanted

In response to https://github.com/instagrambot/instapy-cli/issues/70 Adding a link to cookie generation example script to README so it's easier to find how to write the generated cookie to disk.

**Describe the bug** I was using the cli.upload function inside my code with a try/except. This code will be part of an ongoing installation so if the wifi cuts out...

bug
help wanted

It just surprises me that still nobody has created such an app. Is this too complicated or not doable with the private Mobile instagram api & python?

**Is your feature request related to a problem? Please describe.** Can run this tool for multiple accounts **Describe the solution you'd like** User proxy servers It would be nice if...

help wanted
feature request