alexal1 / Insomniac

Instagram bot for automated Instagram interaction using Android device via ADB
https://insomniac-bot.com
MIT License
687 stars 159 forks source link

[Feature request] Unfollow from text file #352

Open anto582 opened 3 years ago

anto582 commented 3 years ago

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 3 years ago

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 2 years ago

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.