{"id":26395721,"url":"https://github.com/azhuge233/redditfreegamesnotifier","last_synced_at":"2026-02-16T12:05:30.757Z","repository":{"id":63773595,"uuid":"570365327","full_name":"azhuge233/RedditFreeGamesNotifier","owner":"azhuge233","description":"Notify and auto claim free games from Reddit community.","archived":false,"fork":false,"pushed_at":"2024-05-20T06:15:59.000Z","size":125,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-28T23:54:07.970Z","etag":null,"topics":["archisteamfarm","asf","autoclaim","discord","free-games","gog","itchio","qq","reddit","steam","telegram","ubisoft"],"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}},"created_at":"2022-11-25T02:17:35.000Z","updated_at":"2024-06-21T06:19:36.516Z","dependencies_parsed_at":"2023-12-25T08:24:23.924Z","dependency_job_id":"37ffcb92-8700-4be7-9806-4c7563fac907","html_url":"https://github.com/azhuge233/RedditFreeGamesNotifier","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FRedditFreeGamesNotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FRedditFreeGamesNotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FRedditFreeGamesNotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FRedditFreeGamesNotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azhuge233","download_url":"https://codeload.github.com/azhuge233/RedditFreeGamesNotifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022683,"owners_count":20385134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["archisteamfarm","asf","autoclaim","discord","free-games","gog","itchio","qq","reddit","steam","telegram","ubisoft"],"created_at":"2025-03-17T11:19:05.477Z","updated_at":"2026-01-02T09:25:44.920Z","avatar_url":"https://github.com/azhuge233.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RedditFreeGamesNotifier\n\nA CLI tool\n\n- Fetch Steam, Ubisoft, itch.io and GOG free games info from \n  - [https://old.reddit.com/r/FreeGamesOnSteam/](https://old.reddit.com/r/FreeGamesOnSteam/)\n  - [https://old.reddit.com/r/FreeGameFindings/](https://old.reddit.com/r/FreeGameFindings/)\n  - [https://old.reddit.com/r/freegames/](https://old.reddit.com/r/freegames/) \n- Send notifications to Telegram, Bark, Email, QQ, PushPlus(Wechat), DingTalk, PushDeer, Discord and MeoW.\n- Auto claim detected Steam free games with ASF `addlicense` command.\n- Auto claim detected Steam game fest points shop item (free during the fest) with ASF `redeempoints` command.\n- Auto claim detected GOG giveaways.\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\n```shell\ngit clone https://github.com/azhuge233/RedditFreeGamesNotifier.git\ncd RedditFreeGamesNotifier\ndotnet publish -c Release -p:PublishDir=/your/path/here -r [win-x64/osx-x64/...] --sc\n```\n\n## Usage\n\nSet your telegram bot token and chat ID in config.json.\n\nCheck [wiki](https://github.com/azhuge233/RedditFreeGamesNotifier/wiki) 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-dotnet](https://github.com/azhuge233/SteamDB-FreeGames-dotnet)(Stop 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%2Fredditfreegamesnotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazhuge233%2Fredditfreegamesnotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhuge233%2Fredditfreegamesnotifier/lists"}