login to your account from a device or web browser we don't recognize #1883
Unanswered
felipeftav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm receiving this error, blocking temporarily my account:
This is my code:
`
cl = Client()
cl.login(username, password)
u = cl.user_info_by_username(user)
`
I'm doing one request each 45 seconds and is not for long periods of time. I run maybe two times a day for 50 users each time. How can I avoid this.
Is possible to setup de device to be always the same and the instagram api recognized as my device? I think the device is the problem.
How to solve this?
Beta Was this translation helpful? Give feedback.
All reactions