[GH-ISSUE #56] "Running Insomniac with two or more actions is not supported yet." #505

Closed
opened 2026-03-13 21:43:15 +03:00 by kerem · 2 comments
Owner

Originally created by @jduhautois on GitHub (Jul 14, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/56

I can't seem to enter the right arguments to make unfollowing work. I keep receiving the error "Running Insomniac with two or more actions is not supported yet." Could you please help?

I have the following arguments and run the following command

Command:
python insomniac.py --unfollow-non-followers 100

Arguments:
parser.add_argument('--interact',
nargs='+',
help='list of usernames with whose followers you want to interact',
metavar=(''),
default=[''])
parser.add_argument('--likes-count',
help='number of likes for each interacted user, 2 by default',
metavar='',
default=0)
parser.add_argument('--total-likes-limit',
help='limit on total amount of likes during the session, 1000 by default',
metavar='',
default=0)
parser.add_argument('--interactions-count',
help='number of interactions per each blogger, 100 by default',
metavar='',
default=0)
parser.add_argument('--repeat',
help='repeat the same session again after N minutes after completion, disabled by default',
metavar='')
parser.add_argument('--follow-percentage',
help='follow given percentage of interacted users, 0 by default',
metavar='',
default=0)
parser.add_argument('--unfollow',
help='unfollow at most given number of users. Only users followed by this script will '
'be unfollowed. The order is from oldest to newest followings',
metavar='',
default='0')
parser.add_argument('--unfollow-non-followers',
help='unfollow at most given number of users, that don't follow you back. Only users followed '
'by this script will be unfollowed. The order is from oldest to newest followings',
metavar='100',
default='100')

Originally created by @jduhautois on GitHub (Jul 14, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/56 I can't seem to enter the right arguments to make unfollowing work. I keep receiving the error "Running Insomniac with two or more actions is not supported yet." Could you please help? I have the following arguments and run the following command Command: python insomniac.py --unfollow-non-followers 100 Arguments: parser.add_argument('--interact', nargs='+', help='list of usernames with whose followers you want to interact', metavar=(''), default=['']) parser.add_argument('--likes-count', help='number of likes for each interacted user, 2 by default', metavar='', default=0) parser.add_argument('--total-likes-limit', help='limit on total amount of likes during the session, 1000 by default', metavar='', default=0) parser.add_argument('--interactions-count', help='number of interactions per each blogger, 100 by default', metavar='', default=0) parser.add_argument('--repeat', help='repeat the same session again after N minutes after completion, disabled by default', metavar='') parser.add_argument('--follow-percentage', help='follow given percentage of interacted users, 0 by default', metavar='', default=0) parser.add_argument('--unfollow', help='unfollow at most given number of users. Only users followed by this script will ' 'be unfollowed. The order is from oldest to newest followings', metavar='', default='0') parser.add_argument('--unfollow-non-followers', help='unfollow at most given number of users, that don't follow you back. Only users followed ' 'by this script will be unfollowed. The order is from oldest to newest followings', metavar='100', default='100')
kerem closed this issue 2026-03-13 21:43:20 +03:00
Author
Owner

@alexal1 commented on GitHub (Jul 15, 2020):

That's strange, didn't you change the code?

<!-- gh-comment-id:659024923 --> @alexal1 commented on GitHub (Jul 15, 2020): That's strange, didn't you change the code?
Author
Owner

@alexal1 commented on GitHub (Aug 1, 2020):

Not enough information, closing now.

python insomniac.py --unfollow-non-followers 100 is a valid command, must work.

<!-- gh-comment-id:667511055 --> @alexal1 commented on GitHub (Aug 1, 2020): Not enough information, closing now. `python insomniac.py --unfollow-non-followers 100` is a valid command, must work.
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#505
No description provided.