mablono5
Results
2
comments of
mablono5
TwitterFollowBot couldn't be any easier to use. Save this as any file name you want to in the TwitterFollowBot directory e.g scriptname.py from TwitterFollowBot import TwitterBot my_bot = TwitterBot() my_bot.auto_rt("ADD...
Try this my_bot = TwitterBot() my_bot.auto_follow("phrase", count=3) my_bot.auto_follow("#hashtag", count=3) my_bot.auto_fav("phrase", count=3) Once you have added the counts and ran the script it should auto stop. Bear in mind that you...