Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rall3n/galaxy-integration-amazon
- Owner: Rall3n
- License: gpl-3.0
- Created: 2020-06-27T13:36:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T16:49:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T18:11:38.988Z (14 days ago)
- Topics: amazon-games, galaxy, galaxy-integrations, gog, gog-galaxy
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 322
- Watchers: 17
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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=]]
```