InstaPy / instapy-quickstart

💨 Simply get InstaPy up and running in minutes.
GNU General Public License v3.0
766 stars 792 forks source link

follow/unfollow script - not issue, only a question #26

Closed 3835 closed 5 years ago

3835 commented 5 years ago

Hi everyone! I have simple question. When I use the follow/unfollow script (for exemple massive_follow_then_unfollow_works-non-stop.py), how to prevent the removal of people I am now follow? Thanks for any help! :)

timgrossmann commented 5 years ago

@3835 Hey 😊 If you mean "I am now following" use the InstaPyFollowed parameter of the unfollow method: https://github.com/timgrossmann/InstaPy/blob/master/DOCUMENTATION.md#unfollowing

o365geek commented 5 years ago

Hi Tim,

I need some python clarification

custom_list = ["user_1", "user_2", "user_49", "user332", "user50921", "user_n"] session.unfollow_users(amount=84, customList=(True, custom_list, "all"), style="RANDOM", unfollow_after=556060, sleep_delay=600)

Is that mean I need to replace custom_list = ["user_1", "user_2", "user_49", "user332", "user50921", "user_n"]

with real users or just leave it as default.

Thank you in advance