{"id":26395734,"url":"https://github.com/azhuge233/goggiveawaynotifier","last_synced_at":"2026-05-13T11:02:00.158Z","repository":{"id":58550372,"uuid":"392489192","full_name":"azhuge233/GOGGiveawayNotifier","owner":"azhuge233","description":"Notify and auto claim GOG Giveaway","archived":false,"fork":false,"pushed_at":"2026-05-01T11:08:57.000Z","size":363,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-05-01T13:11:41.301Z","etag":null,"topics":["discord","freegames","game","giveaway","gog","notifier","scraper","telegram"],"latest_commit_sha":null,"homepage":"","language":"C#","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/azhuge233.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":"2021-08-03T23:54:46.000Z","updated_at":"2026-05-01T11:08:18.000Z","dependencies_parsed_at":"2024-01-29T09:06:50.109Z","dependency_job_id":"9e6b9115-2f61-44d9-83c0-0da3ea95a006","html_url":"https://github.com/azhuge233/GOGGiveawayNotifier","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/azhuge233/GOGGiveawayNotifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FGOGGiveawayNotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FGOGGiveawayNotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FGOGGiveawayNotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FGOGGiveawayNotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azhuge233","download_url":"https://codeload.github.com/azhuge233/GOGGiveawayNotifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FGOGGiveawayNotifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32979305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":["discord","freegames","game","giveaway","gog","notifier","scraper","telegram"],"created_at":"2025-03-17T11:19:08.108Z","updated_at":"2026-05-13T11:02:00.130Z","avatar_url":"https://github.com/azhuge233.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GOGGiveawayNotifier\n\nA CLI tool\n- Fetches GOG giveaway and free game news\n- Sends free game notifications to Telegram, Bark, Email, QQ, PushPlus, DingTalk, PushDeer, Discord and MeoW.\n- Auto claim GOG giveaway by carrying given cookies and sending GET request to [https://www.gog.com/giveaway/claim](https://www.gog.com/giveaway/claim)\n  - Different than regular free games, giveways have their own special banners in GOG home page.\n\nDemo Telegram Channel [@azhuge233_FreeGames](https://t.me/azhuge233_FreeGames)\n\n## Build\n\nInstall dotnet 10.0 SDK first, you can find installation packages/guides [here](https://dotnet.microsoft.com/download).\n\nFollow commands will publish project as a executable file.\n\n```\ngit clone https://github.com/azhuge233/GOGGiveawayNotifier.git\ncd GOGGiveawayNotifier\ndotnet publish -c Release -p:PublishDir=/your/path/here -r [win-x64/osx-x64/linux-x64/...] --sc\n```\n\n## Usage\n\nSet your telegram bot token and chat ID in config.json first.\n\nCheck [wiki](https://github.com/azhuge233/GOGGiveawayNotifier/wiki/Config-Description) for more explanations.\n\n### Repeatedly running\n\nThe program will not add while/for loop, it's a scraper. To schedule the program, use cron.d in Linux(macOS) or Task Scheduler in Windows.\n\n## My Free Games Collection\n\n- IndiegameBundles (EpicBundle alternative)\n    - [https://github.com/azhuge233/IndiegameBundlesNotifier](https://github.com/azhuge233/IndiegameBundlesNotifier)\n- Indiegala\n    - [https://github.com/azhuge233/IndiegalaFreebieNotifier](https://github.com/azhuge233/IndiegalaFreebieNotifier)\n- GOG\n    - [https://github.com/azhuge233/GOGGiveawayNotifier](https://github.com/azhuge233/GOGGiveawayNotifier)\n- Ubisoft\n    - [https://github.com/azhuge233/UbisoftGiveawayNotifier](https://github.com/azhuge233/UbisoftGiveawayNotifier)\n- PlayStation Plus\n    - [https://github.com/azhuge233/PSPlusMonthlyGames-Notifier](https://github.com/azhuge233/PSPlusMonthlyGames-Notifier)\n- Reddit community\n    - [https://github.com/azhuge233/RedditFreeGamesNotifier](https://github.com/azhuge233/RedditFreeGamesNotifier)\n- Epic Games Store\n    - [https://github.com/azhuge233/EGSFreeGamesNotifier](https://github.com/azhuge233/EGSFreeGamesNotifier)\n    - [https://github.com/azhuge233/EGSMobileFreeGamesNotifier](https://github.com/azhuge233/EGSMobileFreeGamesNotifier)\n- SteamDB\n    - [https://github.com/azhuge233/SteamDB-FreeGames](https://github.com/azhuge233/SteamDB-FreeGames)(Archived)\n    - [https://github.com/azhuge233/SteamDB-FreeGames-dotnet](https://github.com/azhuge233/SteamDB-FreeGames-dotnet)(Not maintained)\n- EpicBundle (site not updated)\n    - [https://github.com/azhuge233/EpicBundle-FreeGames](https://github.com/azhuge233/EpicBundle-FreeGames)(Archived)\n    - [https://github.com/azhuge233/EpicBundle-FreeGames-dotnet](https://github.com/azhuge233/EpicBundle-FreeGames-dotnet)(Archived)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhuge233%2Fgoggiveawaynotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazhuge233%2Fgoggiveawaynotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhuge233%2Fgoggiveawaynotifier/lists"}