Instagram-API-python
Instagram-API-python copied to clipboard
Unofficial Instagram API in Python.
The feed/user endpoint gives a 400 error as is, but this can be fixed by adding the "count" parameter, which is usually set to 12. Would you be open to...
I get the following error anytime I try to use the code: requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://i.instagram.com/api/v1/accounts/login/ I tried putting the link into the browser and...
Hi! Is there any example on how I can make login with 2FA required login in Python? I tried adding the parameter two_factor_callback="code" to the login function but it does...
In the PHP library is a dire warning marked "SUPER IMPORTANT" [on line 589](https://github.com/mgp25/Instagram-API/blob/098266cebb7427ddc5e088fff0c7f45e541e34b4/src/Instagram.php) that describes how, after logging in, you must make a sequence of 14 (current count) unnecessary...
uploadmedia() uses moviepy. Moviepy leaks locked files and zombie subprocesses which is a bigger problem on Windows. Fix needs to happen in moviepy (Issue 596), and then this library needs...