ricardojoserf / instagram-liker-all-posts

Like all posts of a user given the username in Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wait timer for likes

zzeesstt opened this issue · comments

Hi guys.
Great script! It's a pity there is not enough lat timing for the likes.
wait = 10 * 60
Please tell me how to add it?

Hi zzeesstt! I added a variable in main.py for adding a delay between likes. It is set to 10 seconds, you can change it to whatever you want, just pull the project and i hope it is solved ;)

Ricardo

Oh .... Yes, I even almost guessed right)))
Only instead of "delay_seconds = 10" wrote "wait = 5 * 60" and
"time.sleep (wait)" and it did not work (((
Thank you so much!

You are welcome :)

Ricardo