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

Is it possible to make exception to config within script without a separate config file #133

Open
pxtyr opened this issue Oct 24, 2017 · 0 comments

Comments

@pxtyr
Copy link

pxtyr commented Oct 24, 2017

First off: great tool -- thank you for doing this work.

For example, say we wanted to change the Follow_Backoff setting for the auto_fav to be shorter than the auto_follow, for instance.

TwitterFollowBot import TwitterBot

my_bot = TwitterBot(
                    FOLLOW_BACKOFF_MIN_SECONDS:2
                    FOLLOW_BACKOFF_MAX_SECONDS:6
)
my_bot.auto_fav("phrase", count=10)
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

1 participant