mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-25 21:05:49 +03:00
[GH-ISSUE #12] Exclude accounts from automatic unfollow #203
Labels
No labels
bug
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/InstagramUnfollowers#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shiner66 on GitHub (Jun 9, 2022).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/12
Would it be possibile to exclude some accounts I don't want to be auto-unfollowed? E.g. pages and such
@davidarroyo1234 commented on GitHub (Jun 21, 2022):
I could customize the script a little bit to not unfollow certain users etc.. or to not unfollow account with higher follower count than X. If you are ok with that I will post here a modified script.
@shiner66 commented on GitHub (Jun 21, 2022):
Yeah, both solutions would actually be appreciated for multiple use cases.
Thank you!
@davidarroyo1234 commented on GitHub (Jun 24, 2022):
I was only able to do it the first way, with a blacklist.
All the people in this blacklist wont be unfollowed.
To add some username to the blacklist just follow the example of username1,username2 etc..
To execute the script copy the code as always and paste it on the console.
(REMEMBER TO PUT THE USERNAME NOT THE NAME)
@davidarroyo1234 commented on GitHub (Jul 1, 2022):
I'll close this issue for now. If you have any other question feel free to reopen it.