https://github.com/azhuge233/epicbundle-freegames-dotnet
EpicBundle-FreeGames-dotnet
https://github.com/azhuge233/epicbundle-freegames-dotnet
bark dingtalk-robot discord dotnet freegames games notifier pushplus qqbot scraper telegram
Last synced: 7 months ago
JSON representation
EpicBundle-FreeGames-dotnet
- Host: GitHub
- URL: https://github.com/azhuge233/epicbundle-freegames-dotnet
- Owner: azhuge233
- Created: 2020-12-30T16:30:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T18:40:09.000Z (12 months ago)
- Last Synced: 2024-10-25T00:32:18.053Z (12 months ago)
- Topics: bark, dingtalk-robot, discord, dotnet, freegames, games, notifier, pushplus, qqbot, scraper, telegram
- Language: C#
- Homepage:
- Size: 198 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EpicBundle-FreeGames-dotnet
> EpicBundle hasn't been updated for quite a while, use [IndiegameBundlesNotifier](https://github.com/azhuge233/IndiegameBundlesNotifier) instead.
A CLI tool fetches free games info from EpicBundle, sends notification through Telegram, Bark, Email, QQ, PushPlus, DingTalk, PushDeer and Discord.
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).
Follow commands will publish project as a executable file.
```shell
git clone https://github.com/azhuge233/EpicBundle-FreeGames-dotnet.git
cd EpicBundle-FreeGames-dotnet
dotnet publish -c Release -p:PublishDir=/your/path/here -r [win-x64/osx-x64/linux-x64/...] --sc
```## Usage
Set your telegram bot token and chat ID in config.json.
Check [wiki](https://github.com/azhuge233/EpicBundle-FreeGames-dotnet/wiki/Config-Description) for more explanations, only notify varaibles are available for this project.
### 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
- SteamDB
- [https://github.com/azhuge233/SteamDB-FreeGames](https://github.com/azhuge233/SteamDB-FreeGames)(Archived)
- [https://github.com/azhuge233/SteamDB-FreeGames-dotnet](https://github.com/azhuge233/SteamDB-FreeGames-dotnet)(Not 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)
- IndiegameBundles
- [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)