https://github.com/azhuge233/indiegalafreebienotifier
Indiegala Freebie Notifier
https://github.com/azhuge233/indiegalafreebienotifier
discord dotnet freebies freegames game indiegala notifier telegram
Last synced: 7 months ago
JSON representation
Indiegala Freebie Notifier
- Host: GitHub
- URL: https://github.com/azhuge233/indiegalafreebienotifier
- Owner: azhuge233
- Created: 2021-08-03T16:48:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T17:33:29.000Z (7 months ago)
- Last Synced: 2025-03-12T18:34:31.892Z (7 months ago)
- Topics: discord, dotnet, freebies, freegames, game, indiegala, notifier, telegram
- Language: C#
- Homepage:
- Size: 243 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IndiegalaFreebieNotifier
A CLI tool fetchs data from [https://freebies.indiegala.com/](https://freebies.indiegala.com/) then sends notifications through Telegram, Bark, Email, QQ, PushPlus, DingTalk, Discord and MeoW .
Indiegala has frequency check too, if you send too much requests in a short period of time, Indiegala will return a challenge(captcha) page.
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).
### Publish
```
dotnet publish -c Release -p:PublishDir=/your/path/here -r [win10-x64/osx-x64/linux-x64] --sc
```## Usage
Set your Telegram Bot token and chat ID in config.json
```json
{
"TelegramToken": "xxxxxx:xxxxxx",
"TelegramChatID": "xxxxxxxx"
}
```Check [wiki](https://github.com/azhuge233/IndiegalaFreebieNotifier/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](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)(Archived)