Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hamodwii

macrumors newbie
Original poster
Dec 8, 2014
3
0
Hi
i was wondering if anyone here can help me!
i am having a very hard time understanding iloot!
i downloaded the source
downloaded pyton
opened new page
loaded iloot.py
put the apple id in the lines:
if __name__ == "__main__":
parser = argparse.ArgumentParser(prog='iloot')
parser.add_argument("appleid@gmail.com", type=str, default=None, help="appleid@gmail.com")
parser.add_argument("password", type=str, default=None, help="password")
pressed f5

and i always get this:
import hurry.filesize
ImportError: No module named hurry.filesize

i am using windows 7
please if any one can help!
 

braddick

macrumors 68040
Jun 28, 2009
3,921
1,018
Encinitas, CA
Are you looking at how to cheat this game?

If so, there are YouTube videos with walk throughs that will show you how.
 

sborg

macrumors newbie
Mar 8, 2015
1
0
iloot

Did you ever find an iloot tutorial?... i would like to review as well

thanks
 

jian2069

macrumors newbie
Apr 2, 2015
1
0
Here's what I had to do:

Uninstall whatever version of Python you have
Install Python 2.7.7 (not 2.7.9).
Open CMD and type "pip install gevent pycrypto protobuf hurry.filesize"
Once that's done you should be able to just run "iloot username password" and it will download any available backups.

EDIT: In your case you probably just have to run the pip install line and then try again.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.