[GH-ISSUE #352] [Feature request] Unfollow from text file #761

Open
opened 2026-03-13 22:33:11 +03:00 by kerem · 2 comments
Owner

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

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
Author
Owner

@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 :)

<!-- gh-comment-id:874344932 --> @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 :)
Author
Owner

@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_status table 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.

<!-- gh-comment-id:927324279 --> @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_status` table 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.
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#761
No description provided.