Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A ready plug and play script #136

Open
idomic opened this issue Feb 10, 2018 · 2 comments
Open

A ready plug and play script #136

idomic opened this issue Feb 10, 2018 · 2 comments

Comments

@idomic
Copy link

idomic commented Feb 10, 2018

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

Thanks!!

@mablono5
Copy link

mablono5 commented Feb 10, 2018

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

@idomic
Copy link
Author

idomic commented Feb 10, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants