-
One problem many programmers face these days is Instagram's advanced anti-bot algorithms. Even real users are affected by account bans and blocks for bot-like activities. What are your general advices in making Instagram believe it is dealing with a real human user not an algorithm/bot? (Like refreshing timeline feed, marking some media as seen with delays at random...) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
From my personal experience, I would say: Save session settings and re-use them at next login If you are scraping data, use the public API whenever you can. (Instagrapi handle this perfectly) Following these, you can run a chat bot 24h/24, 7j/7. |
Beta Was this translation helpful? Give feedback.
-
Interesting about using the public api. I assumed using the lower level _v1 would be better. Why is that? |
Beta Was this translation helpful? Give feedback.
From my personal experience, I would say:
Save session settings and re-use them at next login
Add phone and email to account
Do delay between requests (random between "fast user" and "boomer user")
If you are scraping data, use the public API whenever you can. (Instagrapi handle this perfectly)
Older account means less suspicions, thus less problems.
Following these, you can run a chat bot 24h/24, 7j/7.
For scraping, you might need to manually confirm your tel/email sometimes (but no ban)