Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rall3n/galaxy-integration-amazon

GOG Galaxy 2.0 integration for the Amazon Games Launcher
https://github.com/rall3n/galaxy-integration-amazon

amazon-games galaxy galaxy-integrations gog gog-galaxy

Last synced: 5 days ago
JSON representation

GOG Galaxy 2.0 integration for the Amazon Games Launcher

Awesome Lists containing this project

README

        

# GOG Galaxy 2.0 - Amazon Games Integration

This plugin was created to import games owned in the Amazon Games App into the GOG Galaxy 2.0 Client.
As of December 2020 this app is the official replacement of the Twitch App in regards to your games owned through Prime Gaming.

This plugin doesn't require any credentials, because it doesn't need to authenticate against an API. That's because Amazon uses a different, slightly complicated authentication scheme for their endpoints. _And because I don't want to be responsible for people losing their Amazon accounts because of this._

## Installation

Get the corresponding zip archive for your OS from the [latest releases](https://github.com/Rall3n/galaxy-integration-amazon/releases/latest) and extract the contents into a seperate folder in the dedicated plugin directory:
* Windows: `%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed`
* ~~MacOS~~: _Due to lack of hardware no support_

## Development

This project uses [pipenv](https://github.com/pypa/pipenv) for dependency management.

### Install the required dependencies

```bash
pipenv install --dev
```

### Build the package

```bash
pipenv run [build | deploy | dist [--a=]]
```