GOG-Free-Games-Claimer corylewis/gog-free-games-claimer:latest https://hub.docker.com/r/corylewis/gog-free-games-claimer bridge https://github.com/mecharmor/gog-free-claimer https://github.com/mecharmor/gog-free-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. Productivity: Tools: https://raw.githubusercontent.com/mecharmor/gog-free-claimer/main/unraid-templates/gog-free-game-claimer.xml https://raw.githubusercontent.com/mecharmor/gog-free-claimer/main/unraid-templates/icons/icon.png