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.3k stars 448 forks source link

How to follow original user of the tweet #127

Open Flavien06 opened 7 years ago

Flavien06 commented 7 years ago

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