max_followers_to_follow and min_followers_to_follow not working
Cool Instagram scripts, bots and API wrapper. Written in Python.
Brought to you by:
instabot
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?