mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #343] --interact @blogger is the same as --interact @blogger-followers #292
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#292
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 @davebaird on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/343
I expected
--interact @bloggerto interact with@bloggerbut instead it interacts with the followers of@blogger. Is there any way to feed a list of usernames to Insomniac and get it to interact with these accounts?@davebaird commented on GitHub (Jun 4, 2021):
Ok, I discovered there's an option that implements what I want. So
--interact-targets Truereads a list of profiles fromtargets.txtand interacts directly with these accounts (not with their followers). To supply the usernames on the command-line instead of intargets.txtyou can use the (undocumented?)--targets-listoption. In this case, the targets should not have the leading @ symbol.