changedetection.io/changedetectionio/processors
dgtlmoon 6a5e6c7c8b Refactor watch datatype 2025-06-20 15:29:02 +02:00
..
restock_diff Refactor watch datatype 2025-06-20 15:29:02 +02:00
text_json_diff
README.md
__init__.py Realtime UI - Socketio tweaks and refactor (#3220) 2025-06-03 10:17:19 +02:00
exceptions.py

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