Menu

#277 max_followers_to_follow and min_followers_to_follow not working

open
nobody
None
2017-07-12
2017-07-12
Anonymous
No

Originally created by: waque

Hey!

bot = Bot(
max_likes_per_day=1440,
max_unlikes_per_day=1000,
max_follows_per_day=350,
max_unfollows_per_day=350,
max_likes_to_like=80,
filter_users=True,
max_followers_to_follow=2000,
min_followers_to_follow=300,
max_following_to_follow=7500,
min_following_to_follow=200,
max_following_to_block=2000,
min_media_count_to_follow=3,
like_delay=60,
stop_words=['shop', 'store', 'free']
)

I have this bot running but max and min_followers_to_follow filter is not working. Is it a bug?

Discussion


Log in to post a comment.

MongoDB Logo MongoDB