Closed fergusonturd closed 6 months ago
Trying to add a randomized delay to instagram.py per this guide: https://subzeroid.github.io/instagrapi/usage-guide/best-practices.html
client.delay_range = [1, 4]
I re-ran it with the delay on my main account, so far so good. Entering a pull request.
I am going to try to re-run on my alt account shortly.
Success on my alt account! @sandrasgg if you accept the pull request then let's close this issue. Thanks!
@fergusonturd Merged, thank you so much! 🚀
When running the script for the first time, I encountered an error that Instragram blocked me from doing the same action too many times in a row. Possibly a direct response to scripts like this.
My suggestion is to perhaps put a longer timeout between blocks, or to put in "dummy" actions between each block to mask the behavior.