rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.31k stars 445 forks source link

Add the backoff timer to unfollow actions #45

Closed mgoodfellow closed 9 years ago

mgoodfellow commented 9 years ago

This is to match the behaviour of follow actions added in https://github.com/rhiever/TwitterFollowBot/pull/43

Unfortuntately I forgot to also add this behaviour to the unfollow actions, and once again, it really helps avoid breaching the Twitter terms of service by not performing "bulk" unfollow/follow actions.

rhiever commented 9 years ago

:+1: