mirror of
https://github.com/kennethreitz-archive/heroku-mobileme.git
synced 2026-06-05 07:16:14 +00:00
34 lines
892 B
Plaintext
34 lines
892 B
Plaintext
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}
|
|
|