https://github.com/azhuge233/redditfreegamesnotifier
Notify and auto claim free games from Reddit community.
https://github.com/azhuge233/redditfreegamesnotifier
archisteamfarm asf autoclaim discord free-games gog itchio qq reddit steam telegram ubisoft
Last synced: 3 months ago
JSON representation
Notify and auto claim free games from Reddit community.
- Host: GitHub
- URL: https://github.com/azhuge233/redditfreegamesnotifier
- Owner: azhuge233
- Created: 2022-11-25T02:17:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T06:15:59.000Z (about 1 year ago)
- Last Synced: 2024-05-28T23:54:07.970Z (about 1 year ago)
- Topics: archisteamfarm, asf, autoclaim, discord, free-games, gog, itchio, qq, reddit, steam, telegram, ubisoft
- Language: C#
- Homepage:
- Size: 122 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RedditFreeGamesNotifier
A CLI tool
- Fetch Steam, Ubisoft, itch.io and GOG free games info from
- [https://old.reddit.com/r/FreeGamesOnSteam/](https://old.reddit.com/r/FreeGamesOnSteam/)
- [https://old.reddit.com/r/FreeGameFindings/](https://old.reddit.com/r/FreeGameFindings/)
- [https://old.reddit.com/r/freegames/](https://old.reddit.com/r/freegames/)
- Send notifications to Telegram, Bark, Email, QQ, PushPlus(Wechat), DingTalk, PushDeer, Discord and MeoW.
- Auto claim detected Steam free games with ASF `addlicense` command.
- Auto claim detected GOG giveaways.Demo Telegram Channel [@azhuge233_FreeGames](https://t.me/azhuge233_FreeGames)
## Build
Install dotnet 9.0 SDK first, you can find installation packages/guides [here](https://dotnet.microsoft.com/download).
```shell
git clone https://github.com/azhuge233/RedditFreeGamesNotifier.git
cd RedditFreeGamesNotifier
dotnet publish -c Release -p:PublishDir=/your/path/here -r [win-x64/osx-x64/...] --sc
```## Usage
Set your telegram bot token and chat ID in config.json.
Check [wiki](https://github.com/azhuge233/RedditFreeGamesNotifier/wiki) for more explanations.
### Repeatedly running
The 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.
## My Free Games Collection
- IndiegameBundles (EpicBundle alternative)
- [https://github.com/azhuge233/IndiegameBundlesNotifier](https://github.com/azhuge233/IndiegameBundlesNotifier)
- Indiegala
- [https://github.com/azhuge233/IndiegalaFreebieNotifier](https://github.com/azhuge233/IndiegalaFreebieNotifier)
- GOG
- [https://github.com/azhuge233/GOGGiveawayNotifier](https://github.com/azhuge233/GOGGiveawayNotifier)
- Ubisoft
- [https://github.com/azhuge233/UbisoftGiveawayNotifier](https://github.com/azhuge233/UbisoftGiveawayNotifier)
- PlayStation Plus
- [https://github.com/azhuge233/PSPlusMonthlyGames-Notifier](https://github.com/azhuge233/PSPlusMonthlyGames-Notifier)
- Reddit Community
- [https://github.com/azhuge233/RedditFreeGamesNotifier](https://github.com/azhuge233/RedditFreeGamesNotifier)
- Epic Games Store
- [https://github.com/azhuge233/EGSFreeGamesNotifier](https://github.com/azhuge233/EGSFreeGamesNotifier)
- [https://github.com/azhuge233/EGSMobileFreeGamesNotifier](https://github.com/azhuge233/EGSMobileFreeGamesNotifier)
- SteamDB
- [https://github.com/azhuge233/SteamDB-FreeGames-dotnet](https://github.com/azhuge233/SteamDB-FreeGames-dotnet)(Stop Maintained)
- EpicBundle (site not updated)
- [https://github.com/azhuge233/EpicBundle-FreeGames](https://github.com/azhuge233/EpicBundle-FreeGames)(Archived)
- [https://github.com/azhuge233/EpicBundle-FreeGames-dotnet](https://github.com/azhuge233/EpicBundle-FreeGames-dotnet)(Archived)