mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #152] Cannot unfollow non-followers #582
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#582
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 @sepi2048 on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/152
When running this command for unfollowing non-followers:
python3 insomniac.py --unfollow-non-follower 12 --device xxxxxxxI get this output and the instagram app closes and no unfollowings are done.
I am using Insomniac v2.2.8 and the latest instagram app update. How can I make this command work?
@gvmturl commented on GitHub (Oct 25, 2020):
@sepi2048 Were this non-followers followed by Insomniac script?
As you can see on its usage ''Only users followed by this script will be unfollowed.''
@alexal1 commented on GitHub (Nov 1, 2020):
@sepi2048 and what about simple
--unfollow? Does it work on your device?@Fadude commented on GitHub (Jan 6, 2021):
A lot of unfollow-enhancements been added on v3.6.0 & 3.5.0. Please update and re-open if the issue is still there