Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

cooljeanius/mobileme-grab

 
 

Repository files navigation

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}

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%