GOG-Free-Games-Claimer
GOG-Free-Games-Claimer
Aplicación Docker from GOG Free Games Claimer
Visión general
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.
Argumentos en tiempo de ejecución
- Red
bridge
Configuración de plantillas
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...
- Objetivo
- 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.
- Objetivo
- DISCORD_WEBHOOK_URL
Categorías
Descargar estadísticas
142
Descargas totales
Detalles
Repositorio
corylewis/gog-free-games-claimer:latestÚltima actualización2026-05-10
Visto por primera vez2026-05-12
Ejecute GOG-Free-Games-Claimer en Unraid.
GOG-Free-Games-Claimer se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.