ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 611 forks source link

What is the optimal break between requests? #334

Open zerowater-may opened 3 years ago

zerowater-may commented 3 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe your Question/Issue:

api.tag_section(tag_name, tab='recent', max_id=next_max_id) api.username_info(username)

I'm using these two, please advise the optimal rest period

mbwmbw1337 commented 3 years ago

I'd recommend at least three seconds. Make a random sleep time between 3-10 if you want to be safe.

hdem607 commented 3 years ago

My account is suspended anytime I try less than 10 seconds. It depends on what request you are doing. Media likes and friendship creation are very sensitive although followers and following list are less. No scientific tests with rigorous methodology. Perception based on my experience of more than 100 times suspended.