|
|
|
|
|
by graysonk
3173 days ago
|
|
> What is the use case for this? I've written something similar for a company who wanted to monitor their rival's website for news about expansion. > Why would I pay for it? I'm not sure either. A quick script in a cron job could also do this. |
|
I love comments like this. You couldn't hope for a better example of "shit's easy syndrome".
Yeah, a quick script in a cron job. Oh, but now we need 2 pages monitored. Now we need 100. Now provide an interface for marketing to add and remove pages. Make sure it emails these N people (different for each page of course!). Oh, this has to be up 24/7 so we'll need a server and monitoring and a test environment and deploy strategy. Your script is giving false positives because of changing asset timestamps. Oh, your script needs to provide a visual indication of what changed and when. Etc etc etc et cetera.
That's why you pay for things like this. Because it's actually a shitload of work.
I recently used a similar site (visualping.com) to score a pair of airpods, which are in tight supply, by watching my local apple store for availability. Worked beautifully. Write my own script, are you kidding?