RayanoxPersonalProjects / Instagram-follower-booster

A service that boosts your amount of follower on Instagram. The project uses the library "https://github.com/instagrambot/instabot" for the instagram client part
0 stars 0 forks source link

Add a waiting delay after own limit reached #14

Closed Rayanox closed 5 years ago

Rayanox commented 5 years ago

Gotta implement the following algorithm (when ownLimitReached == true): If (currentTime >= 00:00 AND currentTime < 9:00) { WaitUntil(Midday); }else { WaitFor(3 hours); }