https://github.com/azhuge233/ubisoftgiveawaynotifier
Ubisoft Giveaway Notifier
https://github.com/azhuge233/ubisoftgiveawaynotifier
discord freegames telegram ubisoft
Last synced: 2 days ago
JSON representation
Ubisoft Giveaway Notifier
- Host: GitHub
- URL: https://github.com/azhuge233/ubisoftgiveawaynotifier
- Owner: azhuge233
- Created: 2021-11-20T19:28:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-22T04:46:32.000Z (21 days ago)
- Last Synced: 2026-04-22T06:40:20.043Z (21 days ago)
- Topics: discord, freegames, telegram, ubisoft
- Language: C#
- Homepage:
- Size: 354 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UbisoftGiveawayNotifier
A CLI tool fetches free games info from Ubisoft giveaway page, sends notifications to Telegram, Email, Bark, QQ, PushPlus, DingTalk, PushDeer, Discord and MeoW.
Demo Telegram Channel [@azhuge233_FreeGames](https://t.me/azhuge233_FreeGames)
> Currently I'm using [this official page](https://store.ubisoft.com/us/free-games) to get Ubisoft's giveaway information. If you ever come across another reliable info source, let me know by creating issue.
>
> ~~I don't believe Ubisoft will ever host a giveaway again.~~ ⬅ Ubisoft actually hosted a giveaway shortly after I updated this line.
## Build
Install dotnet 10.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/UbisoftGiveawayNotifier/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.
Tested on Windows Server 2019/2022.
## My Free Games Collection
- 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)
- [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)