Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature-Request] notification on dynamic price changes #430

Open
floriegl opened this issue Dec 8, 2023 · 2 comments
Open

[Feature-Request] notification on dynamic price changes #430

floriegl opened this issue Dec 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@floriegl
Copy link
Contributor

floriegl commented Dec 8, 2023

As TGTG recently added the "Dynamic price" feature which reduces the price the closer an unsold item gets to the pickup time, it would be useful to receive notifications about the price changes too. Or maybe even add a way on only notifying when a specific item reaches a specific price.

I would be up to trying to implement the first part of this feature request.

@Der-Henning
Copy link
Owner

Hi @floriegl.
The latest release 1.18.0 now exposes the item price and value to the Prometheus metrics server.
You could now scrape these metrics with Prometheus and create alerts using Alertmanager or Grafana to be notified when the prices hit a certain value.
As this is a very special use case and would need some major changes to the scanner, I probably will not integrate it directly into the app.

@koppa
Copy link

koppa commented Jan 7, 2024

I would also interested in this feature,
It would be nice to have a threshold for the dynamic price notification:
Only when the price is lower than 1/3 of the original / full price then the message should be sent out.

@Der-Henning Der-Henning added the enhancement New feature or request label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants