TwitterFollowBot icon indicating copy to clipboard operation
TwitterFollowBot copied to clipboard

Time interval between each Auto favorite

Open rl421403 opened this issue 10 years ago • 2 comments

I just noticed that the bot does not respect the time interval set (in config.txt) between each action when we use auto favorite.

FOLLOW_BACKOFF_MIN_SECONDS:10
FOLLOW_BACKOFF_MAX_SECONDS:60

These are only for follow action. Not sure about unfollow and other. Will need to test them.

rl421403 avatar Sep 11 '15 11:09 rl421403

Looks like you're right. self.wait_on_action() needs to be added to the loop in auto_fav and any other auto_ functions that it's missing from.

Filed this as a bug.

rhiever avatar Sep 11 '15 12:09 rhiever

auto_mute_following() is also not accepting count and not respect the time interval too. I just hit the rate limit.

rl421403 avatar Sep 16 '15 05:09 rl421403