Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceifa/steam-workshop
Download steam workshop items with a command
https://github.com/ceifa/steam-workshop
Last synced: 18 days ago
JSON representation
Download steam workshop items with a command
- Host: GitHub
- URL: https://github.com/ceifa/steam-workshop
- Owner: ceifa
- Created: 2022-06-18T21:48:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T14:14:21.000Z (over 2 years ago)
- Last Synced: 2024-10-19T19:49:22.474Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# steam-ws - Easy workshop items download
Download any workshop item with a simple command, it also extract it if needed, like `gma` and `bin` files.
## Installation
Install [NodeJS](https://nodejs.org/en/) and run this on CMD/Bash:
```bash
npm install -g steam-ws
```## Usage
Just run this on CMD/Bash with the url of the item you want to download:
```bash
steam-ws https://steamcommunity.com/sharedfiles/filedetails/?id=2214712098
# OR
steam-ws 2214712098
```