GOG-Free-Games-Claimer
Docker 应用程序 from GOG Free Games Claimer
概述
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.
运行时参数
- 网络
bridge
模板配置
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...
- 目标
- 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.
- 目标
- DISCORD_WEBHOOK_URL
下载统计数据
142
下载总数
详细信息
存储库
corylewis/gog-free-games-claimer:latest最后更新2026-05-10
初见2026-05-12
在Unraid 上运行 GOG-Free-Games-Claimer 。
GOG-Free-Games-Claimer 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。