pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
882 stars 138 forks source link

Getting message from Instagram "We suspect automated behavior on your account" #367

Open AgentSmith0 opened 11 months ago

AgentSmith0 commented 11 months ago

Version(s) affected: 7.0.0

Description
After several requests (login via cookie sessionid and then getting profile information) including sleep time between the ~20 requests I do in an hour, I get an error message like in https://github.com/pgrimaud/instagram-user-feed/issues/335. When I login to instagram using the browser I get the following message: image After dismissing the message and updating the sessionid cookie, it works again for several requests, until the message comes again.

How to reproduce
Try login via cookie and do some requests like getting profile data. After a few times (~20 requests) you will get some error messages, like mentioned above.

deepvision7 commented 6 months ago

Same for me. But all I need to do is to login to instagram and dismiss the message. After that it starts working again with the old manual sessionid cookie.