Kenneth Reitz cad69532fd le sigh
Signed-off-by: Kenneth Reitz <me@kennethreitz.com>
2012-02-25 21:32:48 -05:00
2012-02-10 11:31:47 -05:00
2012-01-27 22:40:20 +01:00
2012-01-27 23:23:18 +01:00
2012-02-09 03:09:55 -05:00
2012-01-11 11:40:31 -06:00
2012-02-25 21:32:48 -05:00
2012-01-31 10:30:33 +01:00
2012-02-25 18:32:14 -05:00
2012-01-31 10:30:33 +01:00

These scripts can be used to download content from Me.com.

Before you run these scripts, you should install wget-warc.
The easiest way to do this is by running

 ./get-wget-warc.sh

this will download and compile wget-warc and copy the executable
to the current directory.

Distributed client:
 ./dld-client.sh ${YOURNICKNAME}

Upload script:
 ./upload-finished.sh ${YOURNICKNAME}

Upload-then-download:
 ./seesaw.sh ${YOURNICKNAME}


Download a single user and notify the tracker
(you can use this to resume an interrupted download):
 ./dld-single.sh ${YOURNICKNAME} ${USERNAME}

All-in-one:
 ./dld-user.sh ${USERNAME}

Single:
 WGET_WARC=./wget-warc ./dld-me-com.sh web.me.com ${USERNAME}
 WGET_WARC=./wget-warc ./dld-me-com.sh public.me.com ${USERNAME}
 WGET_WARC=./wget-warc ./dld-me-com.sh gallery.me.com ${USERNAME}
 WGET_WARC=./wget-warc ./dld-me-com.sh homepage.mac.com ${USERNAME}

S
Description
No description provided
Readme 98 KiB
Languages
Shell 99%
Procfile 1%