Replies: 3 comments 7 replies
-
Oh my goodness I just figured out how to directly copy an element's xpath using the Web Inspector from a browser, without any real knowledge of how xpath works. Complete game changer. Now to figure out how to trigger on values within the remaining text. If anyone can offer help, I would be very grateful! |
Beta Was this translation helpful? Give feedback.
-
Sure, here's the watch: https://changedetection.io/share/U68BOuTDKrYa This watches mempool.space, a bitcoin blockchain visualization and data analysis site. The idea is to monitor for when transaction fees fall below a set threshold. I currently have it looking at the "No Priority" fee rate and triggering when this falls to 5 sat/vB or less. I have it jury-rigged with a regex trigger, but this will get messier if I ever want to trigger on higher values with more than one digit. It would be more straightforward to do a simple If there's a way to do that, my next goal is to be able to look at the same site, but set different triggers and notifications for different people. That way, if I were supporting a group of people with interest in the same page, but wanted to be notified at different thresholds, the watch would do that. I thought I could implement this (inefficiently) with multiple watches all going to the same URL, but it looks like changedetection.io won't let me add more than one watch to the same address. This particular example is a little esoteric in that it is bitcoin-specific, but I'm interested in the same functionality for product price watches. |
Beta Was this translation helpful? Give feedback.
-
@flyerbear Did you ever figure out how to set a trigger for a certain threshold? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is such an awesome tool, but I feel like I'm barely scratching the surface of how to really use it. Are there good tutorials anyone can recommend for learning CSS, JSONPath, JQ, and XPath filters so I can only trigger on exactly the content I want? I know what I want to do on each page, but I'm struggling to turn that into the filters necessary to make it happen.
Also, is there a way to view the content that the browser sees before the text is extracted into the Preview / Diff page so that we can see what tags, etc. to filter on? I've been using "View Page Source" from my browser for some pages, but for dynamically generated javascript pages, this method doesn't work. If I could see what changedetection's browser sees, I could tailor my filters accordingly.
Finally, I know there is a built-in price tool, but is there a way to trigger when certain data exceed / go below thresholds? Is this something that can be written into to the filter/trigger fields?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions