Closed 3835 closed 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
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
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! :)