TwitterFollowBot
TwitterFollowBot copied to clipboard
How to follow original user of the tweet
Hi I use this fonction :
from TwitterFollowBot import TwitterBot my_bot = TwitterBot() my_bot.auto_follow("phrase", count=1)
But I follow last user who retweet "phrase" How follow original user of the tweet? or how to exclude all retweet? Thank