Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)A
Posts
1
Comments
3
Joined
4 mo. ago

  • @xyro Thanks for sharing your case! I’ve also tested changedetection.io — it’s a great tool for basic site monitoring.

    But in my tests, it doesn’t go beyond the surface. If there’s a page with multiple document links, it’ll detect changes in the list (via diff), but it won’t automatically download and analyze the new documents themselves.

    Here’s how I’ve approached this:

    1. Crawl the page to extract links
    2. Detect new document URLs
    3. Download each document and extract keywords
    4. Generate an AI summary using a local LLM
    5. Add the result to a readable feed

    P.S. If it helps, I can create a YAML template tailored to your grant-tracking case and run a quick test.