I have been building queries in Overpass-Turbo that identify several types of poorly mapped features in my region. Eventually the query should return no results (once I improve how they are mapped). It would be great if I could monitor the results in a way that would notify me of new results. My current plan is to set a bookmark and check on it regularly. Is there any way to automate this with an associated notification (via RSS/email/etc?)
I have a Python script that runs this queries and notifies me when some entries are found.
This may or may not be a solution, depending on how complicates writing and running Python/Ruby/etc script would be for you (in other words, works for programmers and people willing to become one).
I can share this scripts or explain how to setup this if someone is interested.
feel free to ping me if something does not work, part of code is in libraries that AFAIK except me is not used by anyone so it is possible that parts are working only for me, hardcode something etc
I have not put much effort into reusability by others and documentation, but I can change that if there is a real interest.