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 Can I stop RT, auto_follow or auto_fav after a certain time #114

Open valentevidal opened 7 years ago

valentevidal commented 7 years ago

Hey sorry if this incredibly dumb question and or easy problem, but what i want to do is be able to run my_bot.auto_fav for a certain amount of time and the change to my_bot.auto_follow or just simply use time.sleep() or a while time.time() < t_end:

Every time I use a while instance or a time delay it is just ignore and the bot continues, even though it might be under a while time command. Any help would be much appreciated.

perteraul commented 7 years ago

I'd want an answer to this too.