{"id":44003916,"url":"https://github.com/timendum/gog_achievements","last_synced_at":"2026-02-07T13:07:13.953Z","repository":{"id":335708756,"uuid":"1146763351","full_name":"timendum/gog_achievements","owner":"timendum","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-31T17:40:42.000Z","size":5,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-01T05:26:19.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timendum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-31T16:35:00.000Z","updated_at":"2026-01-31T17:40:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/timendum/gog_achievements","commit_stats":null,"previous_names":["timendum/gog_achievements"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/timendum/gog_achievements","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timendum%2Fgog_achievements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timendum%2Fgog_achievements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timendum%2Fgog_achievements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timendum%2Fgog_achievements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timendum","download_url":"https://codeload.github.com/timendum/gog_achievements/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timendum%2Fgog_achievements/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29194615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-07T13:07:13.420Z","updated_at":"2026-02-07T13:07:13.946Z","avatar_url":"https://github.com/timendum.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GOG Achievements Manager\n\nThis is a Go cli application allows you to manage GOG achievements manager.\n\nFeatures:\n\n- list all achievements, locked and unlocked\n- unlock a locked achievement\n\n## Requirements\n\n- Go 1.21 or later\n- Windows OS (uses Windows Registry for GOG Galaxy token)\n\n## Installation\n\n1. Install dependencies:\n\n```bash\ngo mod download\n```\n\n1. Build the application:\n\n```bash\ngo build -o gog-achievements.exe main.go\n```\n\n## Usage\n\n### List all owned games\n\n```bash\n./gog-achievements.exe\n```\n\n### View all achievements for a game\n\n```bash\n./gog-achievements.exe \u003cgame-id\u003e\n```\n\n### Unlock one or more achievements\n\n```bash\n./gog-achievements.exe \u003cgame-id\u003e \u003cachievement-id\u003e [achievement-id] ...\n```\n\n### Clear one or more achievements\n\n```bash\n./gog-achievements.exe \u003cgame-id\u003e -c \u003cachievement-id\u003e [achievement-id] ...\n```\n\n### Enable verbose logging\n\nAdd the `-v` flag to any command to enable verbose logging:\n\n```bash\n./gog-achievements.exe -v\n./gog-achievements.exe \u003cgame-id\u003e -v\n./gog-achievements.exe \u003cgame-id\u003e \u003cachievement-id\u003e -v\n```\n\n## Examples\n\n```bash\n# List all games you own\n./gog-achievements.exe\n\n# List achievements for Hollow Knight: Silksong (game ID 1558393671)\n./gog-achievements.exe 1558393671\n\n# Unlock achievement Fanatic (ID 58889697238411342)\n./gog-achievements.exe 1558393671 58889697238411342\n\n# Unlock multiple achievements at once\n./gog-achievements.exe 1558393671 58889697238411342 12345678901234567\n\n# List achievements with verbose output\n./gog-achievements.exe 1558393671 -v\n```\n\n## How it works\n\n1. Reads the GOG Galaxy refresh token from Windows Registry\n2. Authenticates with GOG servers\n3. Retrieves product data from GOGDB.org\n4. Lists or unlocks achievements via GOG's gameplay API\n\n## Notes\n\n- API call results are cached in `auths.json` (for Auth) and `products.json` (for GOGDB) in the same directory as the executable\n- GOG Galaxy refresh token is used for authentication, please verify that you are logged in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimendum%2Fgog_achievements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimendum%2Fgog_achievements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimendum%2Fgog_achievements/lists"}