-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Make a CLI version of it #62
Comments
What's the intended use case for this? Do you want an interactive PTY interface where you can paste collection URLs and download them without needing to use a GUI, or do you want to use this as a headless downloader (for game servers etc.)? In the latter case, it might be easier to generate a script you can use with steamcmd (collect all the individual mod workshop IDs and print a list of workshop_download_item commands)... |
For my website, and comfortable mods downloading, maybe its gonna be useless |
If you want me to implement this, I'd definitely need to know what exactly you want to do with it / how it's supposed to work. |
Your app have only a GUI version, and if it can be used from the console there is no documentation for using it from the console |
The original purpose of this was to provide a convenient GUI for steamcmd.exe - for simple cli downloads that would seems to be a better option than adapting this tool to cli use. If you want functionality specific to my tool (eg. url parsing or automatic collection download), I could make a small CLI version - but you could also just use the interesting bits of my code in your Python script... |
yep
The text was updated successfully, but these errors were encountered: