swd icon indicating copy to clipboard operation
swd copied to clipboard

Deprecated - Simply steam workshop downloader in your terminal

⚠️ 28/05/2022 - doesn't work anymore. This repo is no longer maintained, API has been shutdown.

We are no longer serving any files through our network

swd

Easy to use, simply wrapper for steamworkshopdownloader.io API.

Usage & info

swd downloads the files compressed in a zip file with the steam workshop article id.

id_steamworkshop.zip

run from source code (Golang installation required).

git clone https://github.com/SegoCode/swd
cd swd
go get -d ./...
go run swd.go https://steamcommunity.com/sharedfiles/filedetails/?id=1111111111

Or better donwload a binary.

Parameters

It's simple, there is only one parameter, the url of the steam workshop article you want to download.

swd https://steamcommunity.com/sharedfiles/filedetails/?id=1111111111

But... steamworkshopdownloader.io has an optional parameter for download, if you know any you can specify

swd https://steamcommunity.com/sharedfiles/filedetails/?id=1111111111 --downloadFormat gmaextract

Downloads

https://github.com/SegoCode/swd/releases/