I created this tool because I found it infuriating to download stuff from The Sims Resource, their 15 second wait along with only being able to download a single item at a time and them plastering advertisements everywhere for their VIP service.
With this tool you can download multiple items at once, to download items copy the url of the item, the tool monitors your clipboard for valid URLs to download from, and will automatically start downloading the item to the supplied directory in the config.json
file.
For a fully in-depth guide of how to setup and use this tool, check out the Wiki.
Option | Description | type |
---|---|---|
downloadDirectory | Path to a directory where the files will be downloaded to. | string |
maxActiveDownloads | Limits the amount of concurrent downloads. | integer |
saveDownloadQueue | Toggles saving & loading of active downloads & queued downloads. | boolean |
debug | Toggles debug messages from the logger. | boolean |
python -m venv ./env/
pip install -r requirements.txt
python src/main.py