mifi / instauto

Instagram bot / automation library written in Javascript for Node.js
797 stars 145 forks source link

Add MAX_LIKES_PER_HOUR throttle #149

Open thefakewater opened 1 year ago

thefakewater commented 1 year ago

There is maxFollows/unfollow per hour/daily but there is no likes per hour only likes per day throttle. This is problematic because it can leads to the bot liking too much in a hour and get detected by Instagram #148 This PR aims to add a MAX_LIKES_PER_HOUR throttle.

thefakewater commented 1 year ago

The two last commits are the actual changes. The others are from #146