Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.
/ swd Public archive

Deprecated - Simply steam workshop downloader in your terminal

License

Notifications You must be signed in to change notification settings

SegoCode/swd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ 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/