alfons3992
Results
1
issues of
alfons3992
Hey, so my line looks like this: from TwitterFollowBot import TwitterBot my_bot = TwitterBot() my_bot.auto_follow("phrase") my_bot = TwitterBot() my_bot.auto_follow("#hashtag") my_bot = TwitterBot() my_bot.auto_fav("phrase", count=1000) and when i run it, it...