Revadike / epicgames-freebies-claimer

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

Log to discord bot or discord webhook #153

Closed DeekoDan closed 2 years ago

DeekoDan commented 2 years ago

Make it possible to log to a discord bot or discord webhook :)

jackblk commented 2 years ago

It's already available via apprise: https://github.com/caronc/apprise#popular-notification-services

Configure it in config.json file, it will look something like this:

{
    "appriseUrl": "discord://webhook_id/webhook_token",
    "delay": 1440,
    "loop": false,
    "options": {}
}