Revadike / epicgames-freebies-claimer

Claim available free game promotions from the Epic Games Store.
MIT License
2.23k stars 361 forks source link

apprise notification support #143

Closed drosoCode closed 2 years ago

drosoCode commented 2 years ago

Replace the pushbullet notifications by apprise. With this, over 50 notification services are supported, including pushbullet and discord. You can configure it using the appriseUrl field in the config.json file with a notification url see here As python is required, I think that it would be better to offer this optionnal feature as another tag on the docker image.

Revadike commented 2 years ago

Thanks for your contribution!

jackblk commented 2 years ago

@ffuubarbuzz @drosoCode I tested and did some comparision in #144. I decided to keep apprise image separated from the normal image.

You can start to use apprise before 1.5.6 release from here: docker pull ghcr.io/jackblk/epicgames-freebies-claimer:latest-apprise

From 1.5.6, there will be 1.5.6-apprise image if you want to pin down the version.