Git Product home page Git Product logo

Comments (8)

Foncekar avatar Foncekar commented on June 7, 2024

Could you tell us which command you use to launch the script ?

from insomniac.

jduhautois avatar jduhautois commented on June 7, 2024

I run the Python file in the Terminal from Visual Studio Code.

from insomniac.

private80 avatar private80 commented on June 7, 2024

I have the same problem. The script runs but nothing happens.

from insomniac.

Foncekar avatar Foncekar commented on June 7, 2024

ok, so if you only use this command
python3 insomniac.py
It's normal if the script do nothing, you have to use arguments like that :
python3 insomniac.py --likes-count 3 --total-likes-limit 128 --interactions-count 54 --repeat 180 --follow-percentage 50 --unfollow-non-followers 100 --interact accounttarget1 accounttarget2

from insomniac.

private80 avatar private80 commented on June 7, 2024

Thank you so much for clearing that up. Do all arguments need to be specified? It is currently saying running Insomniac with two or more actions is not supported yet even though only one phone is connected.

from insomniac.

private80 avatar private80 commented on June 7, 2024

Oh I think I got it figured out, it can't unfollow and follow at the same time it seems like.

from insomniac.

Foncekar avatar Foncekar commented on June 7, 2024

He only unsubscribes from accounts where he followed previously.

from insomniac.

jduhautois avatar jduhautois commented on June 7, 2024

Replying here since it is related. 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."

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')

from insomniac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.