Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you use this? #71

Open
alw14698 opened this issue Dec 17, 2015 · 8 comments
Open

How do you use this? #71

alw14698 opened this issue Dec 17, 2015 · 8 comments

Comments

@alw14698
Copy link

I downloaded the iloot-master folder and python 2.7.7 and I cant figure this out past that. I tried double clicking on iloot.py and it opens the cmd window and instantly closes it. There are not any clear instructions on how to use this from a-z, help?!?

@Jstev3
Copy link

Jstev3 commented Dec 18, 2015

See the README file...

@moritzdietz
Copy link

Also @alw14698 if you don't know how to run python scripts from command line you really should take a step back and think about learning that first.

@Judicious
Copy link

In Windows?
Just as the other guys have suggested you should probably look up how to use Python in command line before even thinking about using a project of this nature. However I will try to explain some things for people trying to get started.

  1. You will want to use Python 2.7:
    https://www.python.org/downloads/release/python-2711/
  2. You may also need Microsoft C++ compiler for Python(otherwise you'll get errors when installing requirements):
    https://www.microsoft.com/en-us/download/details.aspx?id=44266
  3. Depending on your version of Python you might also need to install pip manually. However it comes packed with 2.7.11.
  4. Python will install to the directory you direct it to, usually C:/Python27 on Windows machines. Once you have installed it you will be running your commands from cmd or "command prompt." You will need to cd to the directory of Python where pip is located(usually /scripts) and then install the requirements outlined in the read me(instead of just requirements.txt it will be the exact file path location of the document)
    cd c:\Python27\Scripts
    pip install as outlined in the read me file but with exact location of requirements.txt
    cd ..
    python ILOOT.PY(full path) arguments

@painkillerxxx
Copy link

Hey I need help, I follow all the steps of Judicious, but the Python fixed This:

Traceback (most recent call last):
File "C:\Python27\Scripts\iloot.py", line 4, in
import gevent
File "C:\Python27\lib\site-packages\gevent__init__.py", line 49, in
from gevent.hub import get_hub, iwait, wait, PYPY
File "C:\Python27\lib\site-packages\gevent\hub.py", line 11, in
from greenlet import greenlet, getcurrent, GreenletExit
ImportError: No module named greenlet

What I doing Bad? or What I Need?

@Judicious
Copy link

You need to install the requirements.

@brijesh12345
Copy link

while running this command : python iloot.py [email protected] dsfsfsdfsdf. got only response.
Working with [email protected] :dsfsfsdfsdf
Output directory : output
Available Devices: 0
There are no backups to download!

@Egospastic
Copy link

I'm getting the message:

Downloading 0 files due to filter

@Egospastic
Copy link

Never mind, I understand why now. This doesn't seem to have up to date info on these backups. Accounts are saying there are no backups when there definitely are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants