-
When we open multiple accounts, our IP is used for multiple accounts. Lets say I want to use 100 accounts at the same time, so Instagram will automaticly flag all of the accounts in the same IP becaus…
-
hi guys. when i get direct messages "self._cl.direct_threads(amount=3)", show me this error "'NoneType' object has no attribute 'get'"
please help me.
-
**To Reproduce**
```
from instagrapi import Client
import os
def login(username, password):
cl = Client()
cl.delay_range = [60, 70]
if os.path.exists(f"settings({username}).json")…
-
Get posts from any given instagram accounts to publish in a given channel.
-
Is there someone faced this error while using verification_code
inst.login(username=args.user, password=args.userpwd, verification_code='27605381')
error is
File "C:\Python311\Lib\site-pa…
-
I'm using Ubuntu,
```
from instagrapi import Client
from instagrapi.types import StoryMention, StoryMedia, StoryLink, StoryHashtag
cl = Client()
cl.load_settings('/dump.json')
cl.login('ID', '…
-
Keep getting this issue when starting my script. Does anyone know what it is can't seem to figure it out
Traceback (most recent call last):
File "C:\Users\Tristan\AppData\Local\Programs\Python\P…
-
### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
**Describe the bug**
Trying to access direct_threads via instagrapi fails
**To Reproduce**
```py
from instagrapi impo…
-
### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
**Describe the bug**
As the title is self-descriptive, I'm not able to login via my username & password.
**To Reproduce…
-
**Describe the bug**
I implemented the challenge following the example:
```
insta = Client()
insta.challenge_code_handler = challenge_code_handler
insta.change_password_handler = change_passwor…