Closed apollotsantos closed 2 years ago
Hi
3 * 24 * 60 * 60 * 1000
means three days (in milliseconds). I'll update the exampleI have now updated the example
Hi, please take a look at the following image. I've modified the example to unfollow first, and then follow. It seems that it reaches the daily limit, wait 10 minutes and unfollows more, until realising that the daily limit is already reached.
Note that I've got these results running the old example.js. I'll test the new and report back Edit: The behaviour is still present. This is the output:
when starting up, what does it say about this?
logger.log(`Have followed/unfollowed ${getNumFollowedUsersThisTimeUnit(hourMs)} in the last hour`);
logger.log(`Have followed/unfollowed ${getNumFollowedUsersThisTimeUnit(dayMs)} in the last 24 hours`);
logger.log(`Have liked ${getNumLikesThisTimeUnit(dayMs)} images in the last 24 hours`);
and what's your daily limit and your other parameters?
Please take a look at the following image
My daily limit is set to 120 and 10/hour
Those are automatically issued when starting up, no?
Yes, my bad. I've edited my comment with the results. It seems that the action count was 143 while my limit was 120. Also, after that, it started searching for people to follow, and now the bot is following people without recognizing the limit
if it had followed 143 the last 24 hours and your limit is 120, then that explains why it diddn't want to follow/unfollow any more. if it is started following again, then it should be because time has passed so that there is no longer 143 followed last 24 hours (maybe some time passed). it continously calculates a window of actions in the previous 24 hours
hello, the bot does not stop following. button not found
@doge0007 please provide a screnshot of the browser window when the error occurs and a html dump of the button using developer tools
is this still happening with the newest version? would be nice to see how the html of the unfollow button looks like
Hello, after the previous version I have not had that problem at the moment. Thank you!
cool!
Hi,
For some reason my bot is not unfollowing as it should. Could you help me understandig three things?