{"id":26395691,"url":"https://github.com/azhuge233/indiegalafreebienotifier","last_synced_at":"2026-05-27T02:06:54.070Z","repository":{"id":41389354,"uuid":"392387664","full_name":"azhuge233/IndiegalaFreebieNotifier","owner":"azhuge233","description":"Notify and auto claim Indiegala freebies","archived":false,"fork":false,"pushed_at":"2026-04-14T01:32:33.000Z","size":410,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-14T03:23:16.015Z","etag":null,"topics":["autoclaim","discord","dotnet","freebies","freegames","game","indiegala","notifier","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-03T16:48:36.000Z","updated_at":"2026-04-14T01:30:54.000Z","dependencies_parsed_at":"2024-01-17T18:28:25.665Z","dependency_job_id":"be35df37-baaa-49f5-8b49-542599c5c134","html_url":"https://github.com/azhuge233/IndiegalaFreebieNotifier","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/azhuge233/IndiegalaFreebieNotifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FIndiegalaFreebieNotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FIndiegalaFreebieNotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FIndiegalaFreebieNotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FIndiegalaFreebieNotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azhuge233","download_url":"https://codeload.github.com/azhuge233/IndiegalaFreebieNotifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FIndiegalaFreebieNotifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32156606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["autoclaim","discord","dotnet","freebies","freegames","game","indiegala","notifier","telegram"],"created_at":"2025-03-17T11:19:00.967Z","updated_at":"2026-04-22T22:01:06.800Z","avatar_url":"https://github.com/azhuge233.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IndiegalaFreebieNotifier\n\nA CLI tool that\n- Fetchs freebies info from [https://freebies.indiegala.com/](https://freebies.indiegala.com/).\n- Sends notifications through Telegram, Bark, Email, QQ, PushPlus, DingTalk, Discord and MeoW.\n- Auto claim new freebies use given cookie.\n- Auto refresh cookie with [playwright](https://playwright.dev/) and [2Captcha](https://2captcha.com/).\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### Publish\n\n```\ndotnet publish -c Release -p:PublishDir=/your/path/here -r [win10-x64/osx-x64/linux-x64] --sc\n```\n\n## Usage\n\nSet your Telegram Bot token and chat ID in config.json\n\n```json\n{\n\t\"TelegramToken\": \"xxxxxx:xxxxxx\",\n\t\"TelegramChatID\": \"xxxxxxxx\"\n}\n```\n\nCheck [wiki](https://github.com/azhuge233/IndiegalaFreebieNotifier/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](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%2Findiegalafreebienotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazhuge233%2Findiegalafreebienotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhuge233%2Findiegalafreebienotifier/lists"}