https://github.com/azhuge233/egsmobilefreegamesnotifier
Epic Games Store (Mobile) free games notifier.
https://github.com/azhuge233/egsmobilefreegamesnotifier
bark discord email epicgames freegamefindings freegames notifier telegram
Last synced: 3 months ago
JSON representation
Epic Games Store (Mobile) free games notifier.
- Host: GitHub
- URL: https://github.com/azhuge233/egsmobilefreegamesnotifier
- Owner: azhuge233
- Created: 2025-02-25T03:22:23.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T01:10:11.000Z (3 months ago)
- Last Synced: 2025-03-11T02:22:36.562Z (3 months ago)
- Topics: bark, discord, email, epicgames, freegamefindings, freegames, notifier, telegram
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EGSMobileFreeGamesNotifier
A CLI tool
- Fetch free games info from Epic Games Store Mobile page (https://store.epicgames.com/mobile).
- Send notifications to Telegram, Bark, Email, QQ, PushPlus(Wechat), DingTalk, PushDeer, Discord and MeoW.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/EGSMobileFreeGamesNotifier.git
cd EGSMobileFreeGamesNotifier
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/EGSMobileFreeGamesNotifier/wiki) for more explanation.
### 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)