rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A ready plug and play script

idomic opened this issue · comments

commented

Hi, is there a script which I can just run?
I'm sure someone created automation with follow retweets and likes?

Thanks!!

TwitterFollowBot couldn't be any easier to use.

Save this as any file name you want to in the TwitterFollowBot directory e.g scriptname.py

from TwitterFollowBot import TwitterBot

my_bot = TwitterBot()
my_bot.auto_rt("ADD YOUR KEY WORD HERE", count=10)
my_bot.auto_follow("ADD YOUR KEY WORD HERE", count=10)
my_bot.auto_fav("ADD YOUR KEY WORD HERE", count=10)


I put a 10 count in so that each action will fire 10 times and move on to the next item, at the end the script will finish running.

When this is saved simply type on your command line without quotes "python scriptname.py"

What no one can do for you is fill in your config text which contains your Twitter Keys

commented

Isn't it too static? I mean 10 actions 4 times repeating over and over? I've meant some scheduling and automation to make it look random