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 add multiple prases? #118

Open DraxFTW opened 7 years ago

DraxFTW commented 7 years ago

from TwitterFollowBot import TwitterBot

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