sporeget is a utility for retrieving API links corresponding to published Spore creations and saving them into .warc files with ArchiveTeam's wget-lua.
This tool is NOT associated with ArchiveTeam and should be used only for selective saves to private archives. You must turn off all proxies/VPN services before you launch the container and do not turn any of them on until you stop it.
This is an unofficial program which is not associated with Maxis or Electronic Arts.
You must use the latest version of Docker, which is available for download from the official site: https://www.docker.com.
-
Build the sporeget image:
cd sporeget docker build -t spore-community/sporeget .
This may take a while, up to 20 minutes.
-
Create your container:
docker run -it --rm -v "*path/to/use*:/app/saves" spore-community/sporegetReplace
*path/to/use*with the actual path you intend to use for the archives.Example:
- for Windows:
E:\my archive\spore - for Linux:
/mnt/e/my archive/spore
- for Windows:
-
Save!
Sporeget must be launched at least with two arguments: a command and an argument for it.
sporeget *command* *argument*
Command Argument Example asset Creation ID asset 501084354392user Username user 0KepOnlinefeed Sporecast ID feed 500007341612There are also options you can use:
Option Description --advReturn links to all the assets used in adventures. --static-onlyReturn only links to files. --thumb-onlyReturn only links to importable 128x128 PNGs. --disable-comments-paginationReturn only the first comments page (max. 500), faster. --exclude-mysporeExclude MySpore (HTML) pages from the list. Makes sense only for usercommand.--exclude-pollinatorExclude Pollinator (in-game asset downloading) endpoints from the list. --exclude-quad-imagesExclude additional image links for the creations. -
Stop a container.
exitYour container will be automatically deleted.