changedetection.io/changedetectionio/processors
dgtlmoon 8c03b65dc6
Fix - Filters in tags/groups were being added to watches on each check - #3406 fix list update (#3407)
2025-09-07 15:33:18 +02:00
..
restock_diff UI - Reword restock detector plugin description 2025-05-27 15:26:29 +02:00
text_json_diff Fix - Filters in tags/groups were being added to watches on each check - #3406 fix list update (#3407) 2025-09-07 15:33:18 +02:00
README.md Restock & Price monitor - Huge refactor, set upper and lower price alert limits, set % change, follow the prices and restock amounts directly in the watch-overview list 2024-07-12 17:09:42 +02:00
__init__.py Favicons in list - Prefer best/highest quality (#3351) 2025-08-20 13:08:36 +02:00
exceptions.py Restock & Price monitor - Huge refactor, set upper and lower price alert limits, set % change, follow the prices and restock amounts directly in the watch-overview list 2024-07-12 17:09:42 +02:00

README.md

Change detection post-processors

The concept here is to be able to switch between different domain specific problems to solve.

  • text_json_diff The traditional text and JSON comparison handler
  • restock_diff Only cares about detecting if a product looks like it has some text that suggests that it's out of stock, otherwise assumes that it's in stock.

Some suggestions for the future

  • graphical

Todo

  • Make each processor return a extra list of sub-processed (so you could configure a single processor in different ways)
  • move restock_diff to its own pip/github repo