Replies: 1 comment
-
I'm having the same issue, but I am looking for a word only when it's added. I also created a discussion about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, setup properly, I believe, on Windows and trying to trigger a site when a word, "No Times" is deleted. I put "No Times" in the Trigger/wait for text box hoping it would sense when that line was deleted but it didn't work today since I saw the site change but didn't see the trigger on the homepage. Is there a regex method I'm not aware of to perform this? I saw when clicking Diff that it'll show items that were added and deleted via the highlights so I thought this would have triggered.
Thanks for your guys help. This project rocks.
UPDATE: I was able to figure this out. I tested on a php site I manage and wasn't able to get the trigger to work on it. I decided to reinstall Python, reboot and launch changedetection.py. I added a word, waited and then got the diff to show. I then deleted the word and the same happened so now I was confident that I got diffs (additions and deletions) to recognize. On this test, I didn't put the word in the trigger filter and just left it blank. On the site I wanted to monitor, I had to install Chromedriver since the page is generated via Javascript. The only way I could get the diff to appear is leave the trigger field blank. When I added "No Times" to the box, even when I noticed the site changed, diffs were not showing up. But... with it blank I would get notifications every minute for a time stamp that would change on the page. I put a : in the ignore text box and then it fixed that issue. I just had to wait for the site to change for the "No Times" to disappear and it worked! Appreciate the project and with tweaks I am good and hopefully this helps someone.
For notifications, I setup a Discord push notification and gmail email and both work flawlessly.
Beta Was this translation helpful? Give feedback.
All reactions