dsteam is a script to download item and collections from steam workshop.
|
2 years ago | |
---|---|---|
README.md | 2 years ago | |
UNLICENSE | 2 years ago | |
dsteam | 2 years ago |
dsteam is a script to download item and collections from steam workshop.
First, you need to manually install SteamCMD. It can be found at the link below.
https://developer.valvesoftware.com/wiki/SteamCMD#Manually
Next, only thing you need - is curl
!
I'm sure you can find it in your distribution's repository.
And, of course, clone this repository.
git clone https://notabug.org/kitsune-chan/dsteam/
You just need to call the command with ID. For example:
dsteam 123456789
It's far from certain that this will work for your collection. steamcmd, on which my script is based, prevents some items from being downloaded from an anonymous account. But, I can say with confidence - for RimWorld it works 100%. Maybe I'll add a login feature at will, in new updates.
I'm not good with bash and git, but I hope this helps you! ^^ I will be glad of your advice.