TwitterFollowBot
TwitterFollowBot copied to clipboard
How Can I stop RT, auto_follow or auto_fav after a certain time
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.
I'd want an answer to this too.