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

How to get the list of followers and following ( just count / status check of the account ) of multiple twitter accounts #103

Open amanshine opened 8 years ago

amanshine commented 8 years ago

I am using twitter bot of python to follow users but after following few days i want to check the status of total number of followers and following of my account.So how can i check that?...and is there any way to check the list of followers and following of multiple accounts line by line?? Below is the code i am using for following people..and i need a script for getting the status.I am currently using https://pypi.python.org/pypi/TwitterFollowBot/v2.0

TwitterFollowBot import TwitterBot

my_bot = TwitterBot("config.txt") my_bot.auto_follow_followers_of_user("@shakira", count=50)