diff --git a/README.md b/README.md index 3837222..9b10c5f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ hash_size of 8 means, the image will be resized to an 8x8 matrix. So, if you wan - exportAPI (True-default/False) - exports all possible duplicates to an API (https://git.kmpr.at/kamp/DuplicateAPI) - find_similar (Finding Similar Images to a corresponding Image) +## Cronjob + +With this Cronjob example the script runs every Saturday (starting at 7:35) and finds any duplicates as specified. + +35 7 * * Sat /usr/bin/python3 /opt/similarimages/Duplicate-Remover-master/main.py > /dev/null + ## Credits - based on the initial idea of cw-somil