mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #352] [Feature request] Unfollow from text file #761
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#761
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 @anto582 on GitHub (Jun 21, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/352
Unfollow from a specific user txt list?
I am using this script to detect who I am following and who is not following me. It works ok, but the second part would be to automate the unfollow process from a text file
https://github.com/apoorva-dave/instagram-scraper
@0libar commented on GitHub (Jul 5, 2021):
I hope this will be implemented soon. I want to use it to remove ghost followers.
In your case you can use the function --unfollow-non-follower directly from Insomniac or whatever its called :)
@MelleNi commented on GitHub (Sep 26, 2021):
For now you can create the opposite list (people that you follow and follow you back), then add this list to the
follow_statustable in the insomniac database. Then you can run the unfollow-non-followers script. This way it at least skips everyone that follows you back, and it spends less time on the people you don't want to unfollow.It would be great though if you could just feed a list of people that need to be unfollowed, and it would search them in your following list, then unfollow them straight away.