{"id":26395695,"url":"https://github.com/azhuge233/steamdb-freegames-dotnet","last_synced_at":"2025-09-06T10:36:33.023Z","repository":{"id":41388991,"uuid":"252922186","full_name":"azhuge233/SteamDB-FreeGames-dotnet","owner":"azhuge233","description":"Notify and auto claim free steam games. (Not maintained)","archived":false,"fork":false,"pushed_at":"2023-10-11T00:22:38.000Z","size":10605,"stargazers_count":25,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T07:04:45.847Z","etag":null,"topics":["autoclaim","bark","dingtalk-robot","discord","dotnet","freegames","games","notifier","playwright","pushplus","qqbot","scraper","steam","steam-games","steamdb-freegames","telegram"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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}},"created_at":"2020-04-04T06:02:31.000Z","updated_at":"2024-12-21T23:00:41.000Z","dependencies_parsed_at":"2023-10-11T02:29:49.936Z","dependency_job_id":null,"html_url":"https://github.com/azhuge233/SteamDB-FreeGames-dotnet","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/azhuge233/SteamDB-FreeGames-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FSteamDB-FreeGames-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FSteamDB-FreeGames-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FSteamDB-FreeGames-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FSteamDB-FreeGames-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azhuge233","download_url":"https://codeload.github.com/azhuge233/SteamDB-FreeGames-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhuge233%2FSteamDB-FreeGames-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892835,"owners_count":25186561,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","bark","dingtalk-robot","discord","dotnet","freegames","games","notifier","playwright","pushplus","qqbot","scraper","steam","steam-games","steamdb-freegames","telegram"],"created_at":"2025-03-17T11:19:01.175Z","updated_at":"2025-09-06T10:36:32.997Z","avatar_url":"https://github.com/azhuge233.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SteamDB-FreeGames-dotnet\n\n### Update: \nI've already found a simple, no browser extensions reqired solution to solve the captcha, it's been runnning for months with no critical error, but I'm still not planning to update this repo.\n\n## No longer maintained, head to [wiki](https://github.com/azhuge233/SteamDB-FreeGames-dotnet/wiki) for more information.\n\nA CLI tool that\n - Fetches free games info from SteamDB\n - Sends notifications through Telegram, Email, Bark, QQ, PushPlus, DingTalk, PushDeer and Discord\n - Auto claim fetched free games with ASF IPC\n\nDemo Telegram Channel [@azhuge233_FreeGames](https://t.me/azhuge233_FreeGames)\n\n**Seems that SteamDB really don't want people scraping their site, check [Things should be aware of](https://github.com/azhuge233/SteamDB-FreeGames-dotnet/blob/master/Things%20should%20be%20aware%20of.md) before using.**\n\n## Build\n\nInstall dotnet 6.0 SDK first, you can find installation packages/guides [here](https://dotnet.microsoft.com/download).\n\n### Publish\n\n```\ndotnet publish -c Release -o /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/SteamDB-FreeGames-dotnet/wiki/Config-Description) for more notification method descriptions.\n\n### ASF Auto Claim\n\nTo use auto claim, you have to set up ASF IPC server first, you can find the instructions [here](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/IPC).\n\nSet `EnableASF` to `true` to turn on auto claim, then fill your IPC address in `ASFIPCUrl`\n\n```json\n{\n\t\"EnableASF\":  true,\n  \t\"ASFIPCUrl\": \"https://my.domain.com or with IP address and port number(didn't test)\",\n}\n```\n\nAuto claim uses \"addlicense asf SubID/AppID\" as the default addlicense command, if you have any customized prefix or ASF just simply returns \"wrong command\" kind of message, you may need to manually change the [command string](https://github.com/azhuge233/SteamDB-FreeGames-dotnet/blob/7c682b8078a87464af2cbb5f2efd33446386a464/SteamDB-FreeGames/Models/String/ASFStrings.cs#L5) in [Models/String/ASFStrings.cs](https://github.com/azhuge233/SteamDB-FreeGames-dotnet/blob/7c682b8078a87464af2cbb5f2efd33446386a464/SteamDB-FreeGames/Models/String/ASFStrings.cs).\n\nCheck [wiki](https://github.com/azhuge233/SteamDB-FreeGames-dotnet/wiki/Config-Description) for more ASF related config variables descriptions.\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\nTested on Windows Server 2019/2022, macOS Catalina 10.15.6.\n\n## My Free Games Collection\n\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\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)\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhuge233%2Fsteamdb-freegames-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazhuge233%2Fsteamdb-freegames-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhuge233%2Fsteamdb-freegames-dotnet/lists"}