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.3k stars 448 forks source link

Unfollow only X people that don't follow back? #150

Open dadadadaka opened 4 years ago

dadadadaka commented 4 years ago

I'd rather not unfollow all users that don't follow back in one go. Any way to only unfollow lets say 100 users that don't follow back?

Thanks!