An open API service indexing awesome lists of open source software.

https://github.com/archiveteam/mobileme-grab

Downloading MobileMe
https://github.com/archiveteam/mobileme-grab

Last synced: about 1 year ago
JSON representation

Downloading MobileMe

Awesome Lists containing this project

README

          

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}