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 447 forks source link

Multiple accounts autofollow and unfollow. #65

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, could someone show me a file they are using for multiple accounts to autofollow and unfollow aswell as auto retweet certain user and favourite a phase. I am really confused on how to this.

Thanks :D im a noob btw

senthazalravi commented 9 years ago

my_bot.auto_follow_follwers_of_user(“senthilcp”,count=30000)

Should be following all the users of @senthilcp upto 30k. works ?

JoSanson commented 9 years ago

I think not, because twitter have some limit, you cant follow more than 1000 users per day.