Closed tayfunyasar closed 7 years ago
This users were filtered. Read the filtration conditions how robot does it.
Yes but why? :) in which conditions? We need to set logging level & do it configurable.
https://github.com/instagrambot/instabot/blob/master/instabot/bot/bot_follow.py
I think line 10 in the bot_follow.py should return false instead of true.
if not self.check_user(user_id):
return True
should be:
if not self.check_user(user_id):
return False
This is likely where the issue is occurring. The bot fails when checking the user with the filtering, yet follow(self, user_id) returns True as if the user was followed.
@alexroan Please test this correction and if it is solve the issue make the pull request and i'll merge it. Thanks.
Reopen if have not solved yet.
I'm importing a username list, but my robot not follow some of them. And I don't know why.
Thanks.