Skip to content

juleslagarde/heroic-gogdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroic-gogdl

GOG download module for Heroic Games Launcher

Important note

This is not user friendly cli, it's meant to be used by some other application wanting to download game files, manage cloud saves or conviniently launch the game

Contributing

The only python dependency needed at this moment is requests

You can install it using your Linux distribution package manager or using pip

pip install requests

To run a code locally, use bin/gogdl script, which is a convenient python wrapper

gogdl now manages authentication, so it no longer needs --token parameter, although you now need to provide a path to json file where the tokens will be stored Heroic uses $XDG_CONFIG_HOME/heroic/gog_store/auth.json

Here is the command to pull the source code

git clone https://github.com/Heroic-Games-Launcher/heroic-gogdl
cd heroic-gogdl
./bin/gogdl --help

If you have any questions ask on our Discord or through GitHub issue

Building PyInstaller executable

If you wish to test the gogdl in Heroic flatpak you likely need to build gogdl executable using pyinstaller

  • Get pyinstaller
pip install pyinstaller
  • Build the binary (assuming you are in heroic-gogdl direcory)
pyinstaller --onefile --name gogdl gogdl/cli.py

Great resources about GOG API

About

GOG Downloading module for Heroic Games Launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%