An open API service indexing awesome lists of open source software.

https://github.com/azhuge233/psplusmonthlygames-notifier

PlayStation Plus Monthly Free Games Notifier
https://github.com/azhuge233/psplusmonthlygames-notifier

discord freegames notifier playstation psplus telegram

Last synced: about 1 month ago
JSON representation

PlayStation Plus Monthly Free Games Notifier

Awesome Lists containing this project

README

          

# PSPlusMonthlyGames-Notifier

A CLI tool fetches monthly free games (Tier Essential) info from PSStore (HK) API, [PSNine](https://psnine.com/psnid/sakauenachi/topic) or [PlayStation PSPlus Blog page](https://blog.zh-hant.playstation.com/category/ps-plus/) (HK), sends notifications to Telegram, Email, Bark, QQ, PushPlus, DingTalk, PushDeer, Discord and MeoW.

Demo Telegram Channel [@azhuge233_FreeGames](https://t.me/azhuge233_FreeGames)

## Credits

- [mrt1m/playstation-store-api](https://github.com/mrt1m/playstation-store-api)

## Build

Install dotnet 10.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/PSPlusMonthlyGames-Notifier.git
cd PSPlusMonthlyGames-Notifier
dotnet publish -c Release -p:PublishDir=/your/path/here -r [win-x64/osx-x64/linux-x64/...] --sc
```

## Usage

1. Set `InfoSource` in config.json.
- Only `PSBlog`, `PSNine` and `StoreAPI` are available.
- `StoreAPI` is recommended.
2. Set your telegram bot token and chat ID in config.json.

Check [wiki](https://github.com/azhuge233/PSPlusMonthlyGames-Notifier/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](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)