As a (former) reporter, site monitoring is a big part of what I do on a daily basis and I used many, many such services. I can attest that, at least from the landing page, this seems to be a very good execution of the concept, especially the text-based diffing to easily spot what changed and, most importantly, how. The biggest hurdle for such apps however are 'js-based browser-rendered sites' or whatever they're call…
Show HN: I built a tool that watches webpages and exposes changes as RSS
31–40 of 86 posts
Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#32Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#33Buddy I love you! I have wanted this for so long! My job relies on following many German laws, bureaucracy pages and the like. In the long run I want specific changes on external pages to trigger pull requests in my code (e.g. to update a tax threshold). This requires building blocks that don't exist, and that I can't find time to code and maintain myself. I currently use Wachete, but since over a year, it triggers r…
Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#34How might this tool work in terms of “archiving” a site? This is just something I was wondering given the recent change and controversy about archiving service sites on Wikipedia.
Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#35On your questions: some people prefer RSS, others email, and services exist to convert between the two in both directions. My own rule of thumb is email for things that need actual attention and RSS for everything that can wait. If you’re thinking about turning this into a service, supporting both would make sense since people are pretty split on this.
Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#36Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#37Back in 2000 I worked for a company that was trying to turn something like this into the foundation for a search engine. Essentially instead of having a bunch of search engines and AI spamming your site, the idea was that they would get a feed. You would essentially scan your own website. As crawlers grew from an occasional visitor to an actual problem (an inordinate percent of all consumer traffic at the SaaS I work…
Cloudflare has Crawler Hints which works well IME: https://blog.cloudflare.com/crawler-hints-how-cloudflare-is-...
Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#38Buddy I love you! I have wanted this for so long! My job relies on following many German laws, bureaucracy pages and the like. In the long run I want specific changes on external pages to trigger pull requests in my code (e.g. to update a tax threshold). This requires building blocks that don't exist, and that I can't find time to code and maintain myself. I currently use Wachete, but since over a year, it triggers r…
German laws and bureaucracy pages are exactly the kind of thing where tracking one specific part of a page is much more useful than watching the whole page. And yeah, more control over check frequency makes a lot of sense if monthly checks are enough and rate limits are the main problem. I’d be curious what kind of schedule would work best for you there?
The ideal pipeline for me would be "notice a change in a specific part of a page, use a very small LLM to extract a value or answer a question, update a constant in a file and make a pull request".
I've been thinking about this pipeline for a long time because my work depends on it, but nothing like it seems to exist yet. I'll probably write my own, but I just can't find the time.
Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#39I like https://github.com/dgtlmoon/changedetection.io for this. Open source and free to run locally or use their Saas service.
Sure but this one has a MCP server, costs money, and was presumably made last night!
Re: Show HN: I built a tool that watches webpages and exposes changes as RSS
#40Tested on m1 pro 2021 laptop and recent higher-end (4080, 14700k, etc) desktop. Same on both.
The fuck?