https://github.com/archiveteam/mobileme-grab
Downloading MobileMe
https://github.com/archiveteam/mobileme-grab
Last synced: about 1 year ago
JSON representation
Downloading MobileMe
- Host: GitHub
- URL: https://github.com/archiveteam/mobileme-grab
- Owner: ArchiveTeam
- Created: 2011-06-27T11:07:07.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T21:43:30.000Z (almost 14 years ago)
- Last Synced: 2024-10-30T00:55:46.018Z (over 1 year ago)
- Language: Shell
- Homepage: http://www.archiveteam.org/index.php?title=MobileMe
- Size: 194 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
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}