SimpleInstaBot icon indicating copy to clipboard operation
SimpleInstaBot copied to clipboard

If Mac sleeps, bot doesn't start the next day

Open mifi opened this issue 4 years ago • 0 comments

The Insta bot goes to sleep till the morning. And it says: “sleeping 19 hours, waiting until 8 am” Das problem is: of coz my Mac goes to sleep as well (and wakes up before or around 8 am). But the instabot doesn’t run anymore because it seems like the waiting Timer stops counting when the Mac sleeps. Could you do an implementation that the instabot checks the time? And goes to sleep till 8 am, so it will continue after 8 am?

This should be this line: https://github.com/mifi/SimpleInstaBot/blob/ad5436c1aba034005d15484835adcce9263dff88/public/electron.js#L178

Maybe we could instead implement a setInterval loop that checks current time every minute or so.

mifi avatar Sep 23 '21 05:09 mifi