philippj/SteamworksPy

Subscribing to a mod or so ?

dlartigu opened this issue · 4 comments

Hello, I wonder if your API provide a way to subscribe to somethiong like a mod ?
I mean, like if somebody click on a link to a mod but instead of opening the web page it subscribe to it.
Thanks a lot!

That can be done through the SteamUGC interface

Okay thanks for answering!

After some month I still can't find a way to do so. I might be really blind!
Where is the SteamUGC ?
Should I use the subscribeItem method ?
Thanks a lot

Hi, you can interface with the Steam UGC interface through the SteamWorkshop class.

For example:

...
steamworks = STEAMWORKS()
...

steamworks.Workshop.SubscribeItem(published_file_id, callback)