SimpleInstaBot icon indicating copy to clipboard operation
SimpleInstaBot copied to clipboard

Daily like limit not working

Open ediooo opened this issue 2 years ago • 6 comments

I am running the latest version of simpleinstabot on raspi.

since I keep getting action blocked for following even with just 3 follows per day, I am currently only using liking. It seems the bot ignores any max daily likes. I have it set to 26 daily likes, and it liked 96 photos in the last 24 hours after I manually stopped the bot. It never stops on it's own.

Is this broken or a known issue?

ediooo avatar Mar 01 '23 15:03 ediooo

I think we need to change this code a bit:

https://github.com/mifi/instauto/blob/45a91b9ac0e956d29ce400a9569622ae8ed1a3db/src/index.js#L166

currently if it has reached a limit, it will sleep for 10 minutes. Maybe it should instead throw a special type of error. and if the bot catches that error, it will stop its session for the day. Alternatively sleep for a longer period, like 1 hour

mifi avatar Mar 04 '23 09:03 mifi

That makes a lot of sense!

ediooo avatar Mar 04 '23 10:03 ediooo

Especially the pausing until next day’s start time sounds logical to me

ediooo avatar Mar 04 '23 15:03 ediooo

Just wanted to check if this code change has been implemented/updated? Would be amazing!

ediooo avatar Mar 19 '23 17:03 ediooo

nope. pr welcome!

mifi avatar Mar 23 '23 10:03 mifi

just bumping this, hoping for someone to update the code as it would make a lot of sense.

ediooo avatar Mar 27 '23 09:03 ediooo