pysteam
pysteam copied to clipboard
Python API for accessing local Steam information
Along with checking for `~/.local/share/Steam/userdata` do a failover/alternative check of `~/.steam/steam/userdata` as well as `$XDG_DATA_HOME`
It appears there's a new values for the shortcuts.vdf file. There's a couple new key-value pairs that pysteam doesn't account for. SteamShard's API has some basic documentation of the new...
Allows running in both Python 2 and 3. Requires more testing.
Change default userdata path for Linux to ~/.steam/steam/userdata and add support for multiple paths in case this problem occurs again. Fixes #9
``` [ERROR] An exception occurred while running Ice Traceback (most recent call last): File "ice/decorators.py", line 9, in wrapped func(*args, **kwargs) File "ice/cli/runner.py", line 108, in run dry_run=opts.dry_run File "ice/tasks/engine.py",...
This change was mainly to work around problems with a custom shortcut for Star Wars: Dark Forces purchased from GOG. The name has a Registerted Sign (U+00AE) in it which...
Verified working through Ice and running tests on Python 3. Should support Python 2.7 but needs to be verified before pulling, since I do not have it and dependencies installed.
I can easily figure out the steam run URL, so it wouldnt be a bad idea to allow the creation of a desktop shortcut as a function of `Game`.