mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #268] Prevent interact with already followed users #220
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#220
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 @shifenis on GitHub (Feb 15, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/268
Like the title, it would be awesome if
Insomniaccould avoid interacting with the already followed users, even the users followedby users.
I didn't find any references to this in the doc, so I'll describe a scenario.
Scenario:
The user trying to interact with User x, this one follows mutual users, so these will be on top of the list and the interact script will interact.
Desired
Add the possibility to add some flag (like
-skip-mutual) ininteract, for examples:--interact @natgeo-following-skip-mutual.I'll try to implement it myself, and send a PR, but I think this is could be helpful for tracking or other devs.
@Fadude commented on GitHub (Feb 15, 2021):
Sounds great! PRs are most welcome!
@alexal1 commented on GitHub (Mar 20, 2021):
Looks like we already have this feature: use filters:
"skip_already_following_profiles": true