GOG-Free-Games-Claimer
GOG-Free-Games-Claimer
Docker-Anwendung from GOG Free Games Claimer
Übersicht
Automatically claims free GOG giveaway games via the GOG API — no browser, no captchas, no Playwright. Paste your GOG session cookie once, run the container, and it will attempt the current giveaway claim.
HOW TO GET YOUR GOG COOKIE:
1. Log in to gog.com in your browser
2. Press F12 to open DevTools
3. Go to the Network tab and refresh the page
4. Click any request to gog.com
5. Find the Cookie: header under Request Headers
6. Copy the entire value and paste it into the GOG Cookie field below
Claim history is saved to /app/data/claims.json.
SCHEDULING (OPTIONAL):
This container starts, runs the claimer, and then stops on its own. If you want it to run automatically on a schedule, the recommended approach is to use the "User Scripts" Unraid plugin by Andrew Zawadzki (available in Community Applications). Once installed, create a new script, set it to run hourly, and use the following as the script content:
#!/bin/bash
docker start GOG-Free-Games-Claimer
This will start the container once per hour. Since GOG giveaways typically last 48-72 hours, hourly is more than frequent enough to never miss one.
Laufzeit-Argumente
- Netzwerk
bridge
Konfiguration der Vorlage
GOG CookieVariable
Your GOG session cookie string. Log in to gog.com, open DevTools (F12), go to Network, click any gog.com request, and copy the full value of the Cookie header under Request Headers. Example: gog-al=eyJ...; gog_us=eyJ...
- Ziel
- GOG_COOKIE
Discord Webhook URLVariable
Optional. Post a Discord message whenever a free game is claimed. To get a webhook URL: open Discord, go to the channel you want notifications in, click the gear icon (Edit Channel), go to Integrations, click Webhooks, click New Webhook, give it a name, then click Copy Webhook URL and paste it here.
- Ziel
- DISCORD_WEBHOOK_URL
Kategorien
Statistik herunterladen
142
Downloads insgesamt
Einzelheiten
Repository
corylewis/gog-free-games-claimer:latestZuletzt aktualisiert2026-05-10
Erstmals gesehen2026-05-12
Führen Sie GOG-Free-Games-Claimer auf Unraid aus.
GOG-Free-Games-Claimer ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.