SecMeyo/WorkshopManager

collection request

Opened this issue · 2 comments

Can you make it take a string of ids and make a collection?

last time I checked I could not find any API for collections. Wanted to import them as well. I will check on this again and report back

so I took a look into this. WorkshopManager currently only reads public info from steamcommunity.com and logs onto steamcmd to have access to none-public workshops.

Creating new collections or adding items to already existing collections would require this access schema to be changed such that WorkshopManager can logon to steamcommunity.com. More over this would require you to disable MFA on your steam account in order for WorkshopManager to log onto your account without having to scan a QR code everytime an update is done.

An alternative fix would be to enable steamcmd to create/edit collections, which it is not currently capable of.

An alternative that could work is to read an existing, public collection and install all mods from in there.