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 make the bot auto retweet the latest tweet? #148

Open hafhiz opened 4 years ago

hafhiz commented 4 years ago

How to make the bot auto retweet the latest tweet?

I have try

from TwitterFollowBot import TwitterBot

my_bot = TwitterBot()
my_bot.auto_rt("phrase", count=1000)

but i didnt get the retweet the latest tweet on that profile... how to make it? when everytime the person tweet, this bot will auto retweet the latest on.

raghavkhanna30 commented 4 years ago

Try this https://github.com/raghavkhanna30/twitterbot