beginner guide #232
Replies: 2 comments 3 replies
-
All that you need is generated automatically, you can save it through You can change IP, device, etc: Read this https://adw0rd.github.io/instagrapi/usage-guide/interactions.html
Read about
to 16 posts (recommend 8) |
Beta Was this translation helpful? Give feedback.
-
Isn't that suspicious in perspective of instagram if suddenly I'm logging in with complete different settings than usual? What if I never owned an android device and use instagram via web browser (chrome,firefox) on a ubuntu desktop? #1466 |
Beta Was this translation helpful? Give feedback.
-
def main():
cl=client()
cl.login(username=username,password=password)
cl.photo_upload(path,caption)
sleep(60)
cl.clip_upload(path,caption)
sleep(56060)
above is my main function to upload media to my Instagram account
I need the help regarding the basics changes I need to set any basic credentials in my code so that Instagram does not block my account, changes include IP address ,device settings or anything else.?
Also I don't feel safe using username and password again and again I would rather want to use cookies instead, would you please tell me how can I save cookies and use it for later login
Also how many media I can upload to my account in a day considers safe?
Beta Was this translation helpful? Give feedback.
All reactions