InstaPy / InstaPy

📷 Instagram Bot - Tool for automated Instagram interactions
GNU General Public License v3.0
16.73k stars 3.77k forks source link

Unfollowing users that shouldn't be unfollowed #3862

Closed AnwarAhmedPSU closed 5 years ago

AnwarAhmedPSU commented 5 years ago

Expected Behavior

It's unfollowing people that follow me back, why is that? This is the line I'm using "session.unfollow_users(amount=800, onlyInstapyFollowed = True, onlyInstapyMethod = 'FIFO', sleep_delay=240)"

Current Behavior

It's unfollowing people that follow me back Are others receiving this issue as well?

Tr1pke commented 5 years ago
session.unfollow_users(amount=200, InstapyFollowed=(True, "nonfollowers"), style="RANDOM", unfollow_after=29*60*60, sleep_delay=666)
ishandutta2007 commented 5 years ago

Do you have simulation enabled, it can be because of that? Check if you have written anything like this: session.set_simulation(enabled=True)

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this problem still occurs, please open a new issue