[GH-ISSUE #313] Recommended Profile Filtering Change #725

Open
opened 2026-03-13 22:26:43 +03:00 by kerem · 0 comments
Owner

Originally created by @ghost on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/313

In actions_impl.py

Change line 17-18:

from:

FOLLOW_REGEX = 'Follow|Follow Back'
ALREADY_FOLLOWING_REGEX = 'Following|Requested'

to:

FOLLOW_REGEX = 'Follow'
ALREADY_FOLLOWING_REGEX = 'Following|Requested|Follow Back'

This will prevent bot from following then unfollowing people who are already following you which might cause them to then unfollow you (only works if skip following filter is set). Instagram sorts lists by connections so chance of your followers being towards the top of the list is high so this is important.

Would be nice to see an actual filter built in for next version.

Originally created by @ghost on GitHub (Apr 8, 2021). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/313 In actions_impl.py Change line 17-18: from: ``` FOLLOW_REGEX = 'Follow|Follow Back' ALREADY_FOLLOWING_REGEX = 'Following|Requested' ``` to: ``` FOLLOW_REGEX = 'Follow' ALREADY_FOLLOWING_REGEX = 'Following|Requested|Follow Back' ``` This will prevent bot from following then unfollowing people who are already following you which might cause them to then unfollow you (only works if skip following filter is set). Instagram sorts lists by connections so chance of your followers being towards the top of the list is high so this is important. Would be nice to see an actual filter built in for next version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#725
No description provided.