velivelo / insta-bot

An Insagram bot made with Python and independant from the Instagram API.
7 stars 4 forks source link

White List #1

Closed rkovachev88 closed 6 years ago

rkovachev88 commented 6 years ago

Hello,

Could you include a white list for the followers?

Thank you!

velivelo commented 6 years ago

Mmh, can you explain what you mean by that please ?

rkovachev88 commented 6 years ago

Like the blacklist but the users from the whitelist shouldn't be unfollowed.

velivelo commented 6 years ago

I add it tomorrow.

velivelo commented 6 years ago

Done (I have totaly changed automod.py).

rkovachev88 commented 6 years ago

It can't start now.

rkovachev88 commented 6 years ago

There are two "end_at" and I have to change them both.

How to disable commenting, liking, following and unfollowing one by one? In case that I need the bot to do different tasks.

velivelo commented 6 years ago

There is only one "end_at"... If you talk about the one in start method parameter, it is only the default value if not defined at the call.

I suggest you to read the README : you can disable for exemple commenting by setting "comment_ratio" to 0.

rkovachev88 commented 6 years ago

I just did that. Thank you! But there is no way to stop unfollowing for all users?

velivelo commented 6 years ago

"add_to_unfollow_queue" to False.

rkovachev88 commented 6 years ago

Will it unfollow my manually followed users then? And can it unfollow all of my users except the ones in the whitelist?

velivelo commented 6 years ago

No it won't.

rkovachev88 commented 6 years ago

Ok, I understand the logic now.