lars-devs

Results 8 comments of lars-devs
trafficstars

Are You using the SMTP notifier? You could easily get this working by using the `RecipientsPerItem` setting. Besides the regular recipient, You can set up different recipients addresses (per item)....

There’s no minimum threshold that triggers notification; more precisely, the scanner notifies You at any occasion when the items available count rises from zero to more than zero. This can...

You're right, using `SleepTime` sets the time in seconds, see `config.sample.ini`: ``` ## Time to wait till next scan in seconds - default 60 seconds ## The Scanner will randomize...

Hi Rainer! I tested the Apprise configuration, including several spellings, but was unable to reproduce Your issue. Since the message `No notifiers configured!` is only controlled by the `enabled` flag...

Hi @Der-Henning, somehow `make lint` doesn't update the poetry.lock file for me. I was able to regenerate the file by renaming it and running `make lint` again. Is there a...

Hi @Der-Henning, maybe there's a misunderstanding on my side. Do You run the `make test` only with valid data or with the example values (123, ABC, ...)? The channel is...

Hi @rosmo, I [forked Your gist](https://gist.github.com/lars-devs/76797510242d544893b9099421e4ffbc) since the datastructure has slightly changed again. Do You, by any chance, know how to get the auth tokens? Logging in with signature and...

Hi Michael, amazing, works like a charm! Thanks. Regards, Lars