Open knopkalit opened 2 years ago
No. It doesn't send any behaviour analytics. You should send events through client events.
No. It doesn't. I've been working with this library a long time, and IG blocked me multiple times due to excesive requests (because I used to perform bulk/async requests in my scripts). The library only provides you the API, it's your work to perform the requests in a reasonable timing.
No. It doesn't. I've been working with this library a long time, and IG blocked me multiple times due to excesive requests (because I used to perform bulk/async requests in my scripts). The library only provides you the API, it's your work to perform the requests in a reasonable timing.
Yes
Is this just about timing? if I put random sleep threads before the calls, is it enough to not get noticed by the instgram? Is there anyone tried that
Is this just about timing? if I put random sleep threads before the calls, is it enough to not get noticed by the instgram? Is there anyone tried that
this depends on the amount of API calls per day mostly.. which in its turn depends on account reputation. and make sure you give you account a rest! I am using a paid external web scraping powered API for IG which does not burn my account API quota - but it's only good for basic public account data (which is 90% of data I need) - so I spend my own account API quota for other, useful things like follower lists, etc.
I don't think my issue is about quota or something. I am getting challenge-required exceptions in every 3-4 calls mostly.
Please buy residential proxy from soax and login with session I'm daily scrapping more then 1 k accounts with have more then 40k posts I never blocked
Does each request mimic human behavior? To avoid account blocking, it is recommended to imitate human behavior, namely to make a random pause between requests or to make a random request for any other action. Is this not provided or do you have to do it yourself?